body {
    overflow: hidden;
}

.main {
    height: 100%;
    overflow: hidden;
}

.dragon-icon {
    max-height: 150px;
}

.social-tile {
    width: 90px;
}

a.social {
    border-radius: 10px;
    background-color: hsla(171, 100%, 75%, 0.165) !important; 
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border: 1px solid transparent;
}

a.social:hover {
    background-color: hsla(171, 100%, 41%, 0.655) !important; 
    border-style: solid;
    border-color: white;
    border-width: 1px;;
}