html{
    font-family: "adelle", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(17, 29, 133);
    background-color: rgb(245, 253, 255);
}

h1{
    text-align: center;
    color: rgb(228, 19, 19);
}

h2{
    text-align: center;
    color: rgb(228, 19, 19);
}
h3{
    color: rgb(228, 19, 19);
}

section{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 500px;
    background-color: rgb(227, 242, 246);
    padding: 50px;
    padding-top: 30px;
    border-radius: 15px;
}

div.a{
    text-align: center;
}