body {
    background-color: #e80000;
}

p.links{
    font-size: 20px;
    text-align: center;
}

p.links a {
    color: #fff;
}

div.vfa {
    background-image: url('/img/vf-logo-big.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 60%;

    height: 400px;
    padding-top: 210px;
    text-align: center;
}

div.vfa a {
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

img.logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    margin: 20px;
}