@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');

#background {
    background: url(./escapeIslandBackground.png);
    min-width: 100vw;
    height: 90vh;
    background-size: contain;
    justify-content: center;
    align-items: center;
    display: flex;
    /* height: 100vh; */
}
h1,.btn{
    font-family: 'Dosis', sans-serif;
}
#resetProgressBtn{
    /* text-align: end; */
    color: white;
}
#btnContainer{
    text-align: end;
}
.col{
    align-items: center;
    justify-content: center;
}
h1{
    margin-left: 5.5%;
}