* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #301d1f;
}
area {
    color: transparent !important;
    text-decoration: none !important;
}
area:active {
    color: transparent !important;
    text-decoration: none !important;
}
area:visited {
    color: transparent !important;
    text-decoration: none !important;
}
a {
    color: transparent !important;
    text-decoration: none !important;
}
a:active {
    color: transparent !important;
    text-decoration: none !important;
}
a:visited {
    color: transparent !important;
    text-decoration: none !important;
}

@media (min-width: 768px) { 
    
    .img-container {
        max-height: 30px !important;
    }
}