body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    margin:25px;
    width:50%;
    padding: 10px;
    background-color: #ffe8d6;
    display: flex;
    flex-direction: column;
   

}
.container h1{
    text-align: center;
    color: #cb997e;
    text-shadow: 0px -1px black;
}

.container p{
    text-align: center;
    color:#6b705c;
}
h2{
    color: #cb997e
}
h3{
    color:#6b705c;
}
input{
    width: 30%;
    border: 1px solid #cb997e ;  
    color:#cb997e;  
    padding:6px;  
    margin-bottom:15px;
    align-self: center;
}
button {
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
  }
  
 

  
  .btn{
      color:#cb997e;
      background-color: hsl(60, 11%, 87%);
      width: 20%;
      padding:6px;
      border-radius:5px;
      border: 2px solid #cb997e;
      align-self: center;
  }

  .res{
      margin:15px;
      padding:10px;
      text-align: center;
      
      border: 1px dotted #cb997e;
      height: 60px;
      color:#6b705c;
      
  }