body{
    background-color: #f8f8f8;
    text-decoration-color: #027cc2;
    font-family: Calibri;
    color: #027cc2;
}
h2{
    position: center;
    margin-top: 25px;
}
p{
    position: center;
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
}
a{
    color: #027cc2;
    text-decoration-color: #027cc2;
}
.logo{
    background-image: url("./logo.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40em;
    height: 20em;
    margin-left: 25em;
}