html {
    background-color: #1f1f1f;
}

body {
    background-image: url("assets/background.png");
    background-repeat: no-repeat;
    background-color: #1f1f1f;
    box-shadow: 3px 4px 4px #222222;
}

.logo{
    width: 18.75vw;
    height: 18.75vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mcicon {
    width: 100px;
    height: 100px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.discordicon {
    width: 70px;
    height: 70px;
    line-height: 50px;
    margin-top: 35px;
    margin-bottom: 35px;
}

p {
    color: rgb(255, 255, 255);
    font-size: 3em;
    font-family: 'Caveat Brush', 'Times New Roman', Times;
    text-shadow: 3px 3px 5px #000000;
}

.clockfont {
    color: rgb(160, 255, 147);
    font-size: 4vw;
    line-height: 5vw;
    font-family: 'Caveat Brush', 'Times New Roman', Times;  
    text-shadow: 3px 3px 5px #000000;
}

ul {
    text-align: center;
    padding-right: 6vw;
}

.op-box {
    background-color: rgba(56, 56, 56, 0.5);
    border-radius: 4em;
    box-shadow: 5px 6px 8px #000000;
}

::selection {
    background: #ceff8f;
  }

footer {
    text-align: center;
    font-family: 'Caveat Brush', 'Times New Roman', Times;
    color: rgba(255, 255, 255, 0.7);

}