*{
    color: white;
    font-family: "Saira";
}

body{
    background-color: black;
}

.sound-control{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#enable-sounds{
    align-self: center;
    background-color: black;
}

.sound-control p{
    font-size: 12px;
    text-align: center;
}

.title{
    display: flex;
    justify-content: center;
}

.title a{
    font-size: 75px;
    text-decoration: none;
    font-weight: bold;
}

.construct{
    display: flex;
    justify-content: center;
}

.headers{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
}

.text{
    display: flex;
    justify-content: center;
}

.headers h1{
    font-size: 40px;
    margin-bottom: 10px;
}

.headers h2{
    font-size: 20px;
    margin: 0;
}


.saira-saira {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
