*{
    padding: 0;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}
.container{
    background-color: #dadeed;
    height: 300px;
    width: 300px;
    border-radius: 10px;
    padding: 25px;
    padding-top: 20px;

}
body{
    place-items: center;
    display: grid;
    background-color: #ddcec9;
    height: 100vh;
}
.container form input{
    height: 30px;
    width: 240px;
    margin: 5px;
}
#submit{
    height: 35px;
}
#afyonimg{
    height: 80px;
}