@charset "UTF-8";

body {background-color: rgb(107, 107, 245);
font-weight: normal;
font-size: 15pt;
font-family: Arial;
}
section{background: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 5px 5px 10px rgb(0, 0, 0);
    


}
header {color: white;
text-align: center;

}
footer {   color: white;
text-align: center;
font-style: italic;

}