﻿html {
    overflow-y: scroll;
}

body {
    padding-top: 3.5rem;
}

a {
    text-decoration: none;
}

.logos {
    text-align: center;
}

    .logos img {
        max-height: 120px;
        width: auto;
        padding: 10px;
    }

.federation {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}