html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.width-full{
    width: 100%;
}
.container{
    text-align: center;
    padding-top: 5rem;
}
.icon-container{
    margin-bottom: 5rem;
}
.icon-container > a > img{
    display: inline-block;
    max-height: 285px;
}
.icon-container > a{
    text-decoration: none;
}
.icon-container > a:hover{
    text-decoration: none;
}
.icon-container > a:active{
    text-decoration: none;
}
h2{
    color: #26457C;
}