html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.width-full{
    width: 100%;
}
.container{
    text-align: center;
    padding-top: 10rem;
}
.icon-container{
    margin-bottom: 5rem;
}
.icon-container > a > img{
    display: inline-block;
    min-height: 250px;
    max-height: 250px;
    min-width: 200px;
}
.icon-container > a{
    text-decoration: none;
}
.icon-container > a:hover{
    text-decoration: none;
}
.icon-container > a:active{
    text-decoration: none;
}