body{
    background-color: #C9B79C;
    color: #fdffff;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: 'Potta One', cursive;    
}
image{
   width: 50; 
   margin : 0 auto
}
h1, p {
    color: rgb(85, 81, 81);
}
p{
    font-weight: bold;
}
button{
    color: #0e0d0d;
    padding: 5px 20px;
    background-color: #9fBf9C;
    border-style: none;
    border-radius:100px;
    font-family: 'Potta One', cursive; 
}
input{
    height: 28px;
    border-style: none;
    border-radius: 100px;
}
