*{
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* background-color: rgb(245, 250, 255); */
    /* color: rgb(75, 75, 255); */
    color: rgb(42 42 159);
    
}

body{
    text-align: center;
    background-color: rgb(245, 250, 255);

}

h1{
    font-size: 20pt;
    font-weight:400;
    padding-top: 100px;
}

h2{
    font-size:15pt;
    font-weight: 200;
    padding-bottom: 40px;
}

a{
    display: block;
    text-decoration: none;
    color: rgb(93, 0, 180);
    padding-bottom: 10px;
}

a:hover{
    color:rgb(52, 0, 101);
    font-weight: 600;
}

footer{
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: right;
    background-color: rgb(192, 223, 253);
    width: 100%;
    left:0;
    right: 0;
}

footer p{
    padding-right: 20px;
    margin: 7px;
}