body{
    background-color: rgb(48,48,48);

    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header{
display: grid;
grid-auto-flow: column;
grid-auto-columns: 33w;
color:  rgb(239,235,228);;

}
section{
    background-color: rgb(239,235,228);
    color: black;
    padding: 5px;
    border-radius: 10px;
    width: 400px;
    margin: auto;
}
.form {
    border: none;
    border-radius: 10px;
    margin: 8px;
    width: 200px;
    height: 20px;
}
#button {
    background-color: rgb(12, 112, 242);
    color:  rgb(239,235,228);
    border: none;
    width: 150px;
    height:30px ;
    border-radius: 10px;
}
