@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i');
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    --webkit-appearance: none;
}

*:focus {
    outline: none;
}

.map-wrapper {
    font-family: "Roboto", sans-serif;
    background-image: url("../img/map.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100vw;
    height: 66.7vw;
}

.button {
    background-color: #E63E30;
    padding: 1vmin;
    border-radius: 4vmin;
    font-size: 4vmin;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    width: 20vmin;
    cursor: pointer;
    -webkit-appearance: none;
    --webkit-appearance: none;
}

input {
    -webkit-appearance: none;
    --webkit-appearance: none;
}

.ui-state-hover {
    background-color: #ffffe7;
}

.ui-state-active {
    background-color: #ffffce;
}

.ui-state-highlight {
    background-color: red;
}

.ui-state-correct {
    background-color: #eee;
}

@media (min-aspect-ratio: 1150/767) {
    .map-wrapper {
        width: 149.9vh;
        height: 100vh;
    }
}

.copyright {
    color: #fff!important;
}

.copyright a {
    color: #fff!important;
}
