body{
    background-color: #f59e40;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color:white;
    text-align:center;
}
img{
    max-width:20%;
}
a{
    color:white;
    text-decoration: none;
    margin-bottom: 3rem;
}
footer{
    font-size: 60%;
    display:flex;
    bottom:8px;
    width:100%;
    position:absolute;
    justify-content: center;
}
p{
    position: relative;
}
main{
    align-items:stretch;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem;
}
img.a{
    min-width: 5%;
}