*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
img{
    text-align: center;
    margin: auto;
    display: flex;
}
button{
    background-color: #007eb1;
    color: white;
    width: 100px;
    height: 25px;
}
main img{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
p{  
    color: #007eb1;
    font-size:120%;
    }
a{
    color: #007eb1;
}
h2{
    color: #007eb1;
}
p::first-line{
    font-size:150%;
}
