body{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}

footer{
    width: 100%;
    min-height: 0px;
    bottom: 0;
}

img{
    width: 671px;
    height: 182px;
}

.site{
    display: flex;
    min-height: 95vh;
    flex-direction: column;
}

.site-content{
    flex-grow: 1;
}

.center{
    text-align: center;
}

.percent{
    font-size: 250%;
}