.sniffer-message {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    font-family: Verdana, sans-serif;
}
.sniffer-message-curtain {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 3;
}
.sniffer-message-content {
    position: relative;
    z-index: 4;
    margin-top: 50px;
    text-align: center;
    color: #3B6E8F;
}
.links-header {
    margin-bottom: 50px;
}
.links-icons a, .links-icons a:hover {
    text-decoration: none;
    color: transparent;
}