html {
    min-width: 100%;
    min-height: 100%;
    background-image: url(https://static.williamv4.net/mcrtx7.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
}

#centerpiece {
    min-width: 14%;
    min-height: 14%;
    position: relative;
    vertical-align: middle;
    left: 16%;
    margin-right: 20%;
}

h1 {
    font-size: 18pt;
    font-family: Comfortaa;
}

#title {
    text-align: center;
    display: block;
    position: relative;
    color: #c5e1ecff;
    padding-top: 2%;
    font-size: 64pt;
    font-weight: bold;
    border-radius: 64px;
}

.nodes {
    column-gap: 4%;
}

.node {
    background-color: #c5e1ecff;
    padding: 3%;
    z-index: 2;
    border-radius: 256px;
    min-width: 8vw;
    display: flex;
    justify-content: center;
}

#globe {
    margin-left: 6%;
    margin-right: 6%;
    border-radius: 256px;
}

.modal {
    position: fixed;
    overflow: auto;
    z-index: 4;
    display: flex;
    justify-content: center;
}