body {
    margin: 0;
    width: 100%;
    height: 100%;
}

/* #border {
    z-index: 99999;
    position: absolute;
    display: block;
    margin-top: 12px;
    margin-left: 12px;
    border: 4px solid white;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
} */

#container {
    z-index: 99999;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1A1D1A;
}

#background-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo-container {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    z-index: 999991 ;
    width: 15%;
    opacity: 0.80;
}

a {
    z-index: 999992;
    cursor: pointer;
    height: 30%;
    width: 30%;
    position: absolute;
}

@media only screen and (max-width: 675px) {
    #logo {
        width: 30%;
        z-index: 999991 ;
    }
  }