@font-face {
    font-family: "Cartograph CF";
    src: url("CartographCF_Bold.ttf");
}

body {
    background-color: black;
}

div {
    font-family: "Cartograph CF";
    color: white;
}

#title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

#buttonDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

#button {
    position: absolute;
    font-family: "Cartograph CF";
    font-size: 24px;
    color: white;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer;
    transition: 0.5s;
}