@media only screen and (max-width: 600px) {
    #mainsection{
        overflow-x: scroll;
    }
}

.club-emblem{
    height: 40px;
}
a.button{
    border-radius: 5px;
    background: #144e8c;
}