html{ 
    background-color: rgb(215, 228, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(42 42 159);
}

body{
    text-align: center;
    margin-top: 100px;
}

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-size: 15pt;
    font-weight: 600;
}