body {
    background-color: rgb(10,10,10);
    color: white;
}

a {
    color: white !important;
}

.spin {
    block-size: 50%;
    justify-content: center;
    display: flex;
    height: 100%;
}


section::-webkit-scrollbar{
    display: none;
  }

#dropdownmenu-salt {
    background-color: whitesmoke;
    margin-top: 14%;
    margin-left: -8%;
    border: 1px solid black;
    float: none;
    position: sticky;
}

#dropdownitem-salt {
    border: 1px solid black;
    background-color: white;
}


/* WebKit and Opera browsers */

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}


/* all other browsers */

@keyframes spinner {
    from {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -moz-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

#spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: auto;

    position: absolute;

    width: 700px;
    margin-top: 100px;
 
}

.color {
    background-color: black !important;
}

.row {
    border: 4px solid black;
}

.column {
    float: left;
    width: 25%;
    padding: 4px;
}

.column img {
    border-radius: 47%;
    border: 2px solid black;
    padding: 2px;
}

.column p {
    font-family: "Lucida Console", "Courier New", monospace;
    border: 2px solid black;
    margin-top: 2px;
    background-color: rgb(80, 80, 80);
    font-weight: bolder;
    height: 7rem;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

#disc {
    border: 4px solid black;
    border-radius: 3%;
    width: -webkit-fill-available;
}

.disc {
    font-family: "Franklin Gothic Medium"
}

@media only screen and (max-height: 850px) and (max-width: 850px) {
    #spinner {
        width: 200px;
        height: 200px;
        margin-top: 100px;
        /* Half the height */
        margin-left: -100px;
        /* Half the width */
        top: 40%;
    }
}

@media only screen and (max-height: 850px) and (max-width: 850px) {
    .column {
        font-size: 0.5rem;
    }
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.clock {
    border: 3px solid white;
    top: 50%;
    padding-top: 32%;
    padding-left: 16%;
    font-size: 2rem;
}

.clock2 {
    border-radius: 100%;
    height: 10.935rem;
    width: 10.935rem;
}

@media only screen and (max-height: 850px) and (max-width: 850px) {
    .clock2 {
        width: 3.645rem;
        height: 3.645rem;
    }
}

@media only screen and (max-height: 850px) and (max-width: 850px) {
    .clock {
        padding-top: 32%;
        padding-left: 20%;
        font-size: 0.5rem;
    }
}

#hi {
    width: -webkit-fill-available;
}
