*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url(background.jpg);
    background-size: 100% 740px;
}
.container{
    width: 300px;
    height: 380px;
    background-color: #967259;
    text-align: center;
    border: solid #38220f 6px;
    border-radius: 30px;
    margin-left: 36%;
    margin-top: 7%;
}
.container .text{
    position: relative;
    top: 7%;
} 
.inp{
    border: none;
    background-color: #967259;
    border-bottom: 3px solid #6F4E37;
    width: 250px;
    font-size: 20px;
    margin-top: 15px;
    outline: none;
    color: black;
}
::placeholder{
    color: black;
}
p{
    margin-top: 10px;
    font-size: 20px;
}
.text button{
    background-color: #6F4E37;
    border: none;
    width: 200px;
    height: 30px;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 25px;
    color: black;
    cursor: pointer;
}
button:hover{
    border: solid 3px #38220f;
    background-color: #dbc1ac;
    font-size: 18px ;
    color: black;
    cursor: pointer;
}
a{
    color: #38220f;
    margin: 10px;
    text-decoration: none;
}
.hehe{
    margin-bottom: 15px;
}
.ram{
    margin-top: 25px;
}