@font-face {
    font-family: CenturyGothic;
    src: url(./assets/gothic.ttf);
}

button{
    background-color: rgb(42, 42, 42);
    border-color: rgb(110, 110, 110);
    border-width: 0.1vw;
    border-radius: 0.6vw;
    border-style: solid;
    height: 4vw;
    color: white;
    font-family: CenturyGothic;
    font-size: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    cursor: pointer;
    outline: none;
}

.button{
    outline: none;
}

.button + .button {
    margin-left: 0.5vw;
}

body{
    background-color: black;
    font-family: CenturyGothic;
    color: white;
    font-size: 1vw;
    text-align: center;
    opacity: 0
}

#title{
    text-align: center; 
    position: relative;
}