* {
    margin: 0;
    font-family: Source Code Pro, sans-serif;
    color: white;
}

body {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

#min {
    font-size: 50vh;
}

#ms {
    font-weight: 400;
    font-size: 7vh;
}

#bottomRight {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    border: 2px solid white;
    padding: 2vw;
    text-align: center;
}

#bottomLeft {
    position: absolute;
    bottom: 2vw;
    left: 2vw;
    border: 2px solid white;
    padding: 2vw;
    text-align: center;
}

#nextCountry {
    font-size: 7vh;
    font-weight: 700;
}

#currentCountry {
    font-size: 7vh;
    font-weight: 700;
}
