/* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
 div { width: 800px;
    margin: 20px auto;
    background-color: #d6c5af;
    padding: 20px 10px 20px 20px;
    box-shadow:  0 0 5px rgba(0, 0, 0, .3);
    overflow: hidden;
 }    
/*body {
    background-color:  #e3e3e3;
    margin-top:150px; 
    700px
    height: 50vh;
     height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
}*/

a {
    color: #b7625c;
    font-size:  2em;
    font-weight: bold;
    text-decoration: none;
}

.form {
     margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 400px;
}

input {
    margin: 10px 0;
    padding: 10px;
    border: unset;
    border-bottom: 2px solid #e3e3e3;
    outline: none;
}

button {
    padding: 10px;
    background: #e3e3e3;
    border: unset;
    cursor: pointer;
}

