* {
    box-sizing: border-box;
}

body {
    margin-left: -8px;
    margin-right: 10;
    margin-top: 0;
    height: 100vh;
    width: 100vw;
    font-family: 'EB Garamond', serif;
    font-size: 72px;
    color: whitesmoke;
    background-color: rgb(40, 40, 40);
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

.launch{
    font-size: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10%;

}

    button{
        padding: 10px;
        border:1px solid;
        cursor: pointer;
        background-color: thistle;
        border-radius: 5px;
        transition: background-color .2s;
        font-family: 'EB Garamond', serif;
        font-size: 20px;
        color: rgb(40, 40, 40);
      }
    
      button:hover{
        background-color:azure;
      }
    
      button:active{
        background-color: bisque;
      }
    

.flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.top-bar{
    width: 100vw;
    height: 20%;
    background-color: aliceblue;
    position: relative;
    top:0;
    font-size: 48px;
    color:rgb(40, 40, 40);
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 15px;
    padding-right: 20px;
}

.text{
    margin-right: 20%;
    margin-top: 5%;

    margin-left: 20%;
}

.button{
height: 30%;
width: 50%;
flex-direction:row;
justify-content: center;
align-items: flex-start;
display: flex;
margin-right: 20%;
margin-left: 20%;
position: relative;
}

.long{
    width: 75vw;
    justify-content: space-between;
    margin-top: 10%;
}

.med{
    width: 75vw;
    justify-content: space-between;
    margin-top: 7%;

}
.spacer{
    width: 10%;
    height: 5px;
}
.small{
    font-size: 14px;

}

.smallish{
    font-size: 24px;

}

.burn, .button-3{
    font-size: 24px;
    text-decoration: none;
}

.burn, .button-3:visited{
    color: rgb(40, 40, 40);
    text-decoration: none;
}

a{
    text-decoration: none;
    color: whitesmoke;
}

u{
    text-decoration: none;
}

p{
    font-size: 12px;
}