* {
    background-color: black;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html * {
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.background {
    width: 100%;
    text-align: center;
    font-size: 666px;
    color: rgb(6, 6, 6);
}

div {
    width: 100%;
    text-align: center;
}

audio {
    display: none;
    
}