body {
    background-color: black;
}


#interface {
    width: 100%;
    height: 100%;
    z-index: 98;
    position: fixed;
}

#loading-screen {
    position:fixed;
    font-family: cursive;
    font-size: 20px;
    z-index: 99999999;
    color:black;
    margin-top: 170px;
    margin-left: 110px;
    text-shadow: 2px 2px 5px purple;

    
}
#secondinterface {
    margin-top: 385px;
    margin-left: 10px;
    position:fixed;
    font-size: 10px;
    z-index: 99;
}

#introduction {
    position: fixed;
    z-index: 99;
    color: black;
    margin-top: 360px;
    margin-left: 50px;
    font-size: 30px;
    font-family: 'Almendra Display', cursive;
    text-shadow: 2px 2px 5px purple;
}


#lyrics {
    position: fixed;
    z-index: 99;
    margin-top: 340px;
    margin-left: 43px;
    color:black;
    font-size: 24px;
    font-family: 'Tangerine', cursive;
    text-shadow: 4px 0 3px #e426bb, 0 0 5px #9900ff;

}

#txt {
    margin-left: -13px;
    margin-top: 500px;
    position:fixed;
}

h2 {
    margin-left: 30px;
    margin-top: 25px;
    font-size: 10px;
    color: black;
    position:fixed;
}


#but1 {
    position: fixed;
    z-index: 99;
    width: 10%;
    height: 20%;
    margin-top: 20%;
    margin-left: 44%;


}
