body { 
    height: 100%; 
    margin: 0 auto; 
    background-color: lightblue;
    background-image: url(stars.png);
    background-size: 100%;
    background-position: cover;
    background-repeat: repeat-y;
}
h1{
    font-size: 45px;
    text-shadow: 0 0 5px  white;
}

h1 , p{
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Acme', sans-serif;
    text-shadow: 0 0 3px #889fc0, 0 0 5px #5c5c68;
}

#level {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.note{
    width: 50px;
    height: auto;
}


.container {
    display: flex;
    margin: auto;
    width: 60%;
    max-height: max-content;
}

.lyrics {
    height: 300px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: whitesmoke;
    font-family: 'Abril Fatface', cursive;
    color: black;
    font-size: medium;
    /* font-family: 'Paytone One', sans-serif; */
}
.text {
    text-align: center;
    align-items: center;
    margin: auto;
    font-size: 30px;
    font-family: 'Acme', sans-serif;
}

.cursor {
    background-color: grey;
}

.done {
    color: white;

}

.progress {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 60%;
    position: relative;
    border: 1px solid green;
    justify-content: space-between;
}
/* add styling to button maybe green w/ white text */
.start {
    height: 25px;
    width: 10%;
    position: relative;
}

.timer {
    width: 90%;
    position: relative;
    background-color: cadetblue;
    direction: rtl;
}

button {
    background-color: green; 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

button:hover{
    background-color: rgb(85, 241, 85); 
    color: white;
}
.level {
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
    margin: auto;
    width: 60%;
}

.select {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background-color: grey;
    cursor: pointer;
}