body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #87ceea;
    min-height: 50vh;

}
header {
    background-color: #050505;
    color: #deea87;
    padding: 10px 20px;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.logo {
  height: 70px;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}
.menu {
    list-style: none;
    display: flex;
    gap: 20px;
}
.menu :hover {
    color: #bbe2f1;
}
.menu li a {
    color: #deea87;
    text-decoration: none;
}
h1 {
    text-align: center;
    color: #10aeed;
  
}

main {
    flex: 1;
     margin-right: 50px;
    margin-left: 50px;
         
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;


}
.des h1 {
    color: #f1f8fb;

}
footer {
    background-color: #0e0e0f;
    color: #deea87;
    text-align: center;
    padding: 10px;
   }
footer a{
    color: #deea87;
}



form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #deea87;
  padding: 25px 30px;
  border-radius: 12px;
  color: rgb(10, 10, 10);
  margin-left: 450px;
  margin-right: 450px;
  }