@font-face {
    font-display: swap;
    font-family: 'Bitcount Grid Single';
    font-style: normal;
    font-weight: 200;
    src: url('../assets/fonts/bitcount-grid-single-v1-latin-regular.woff2') format('woff2');
}

body {
    margin: 0;
    min-height: 100vh;
    background-image: url('../assets/img/5_background/international-mountain-day-9257122_1280.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Bitcount Grid Single', Arial, Helvetica, sans-serif;
}

.hide {
    display: none !important;
}

.display_position_warning {
    width: 100vw;
    height: 100vh;
    z-index: 999;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.658);
    font-size: 20px;
    font-weight: bolder;
}

.fullscreen {
    position: absolute;
    display: block;
    width: 920px;
    height: 480px;
}

input:hover,
button:hover {
    cursor: pointer;
    background-color: rgba(3, 194, 3, 0.800);
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.836);
}

h1 {
    margin: 0;
    margin-bottom: 550px;
    color: black;
    font-size: 56px;
    text-decoration: underline;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

h2 {
    margin: 0;
    color: black;
    font-size: 56px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

canvas {
    position: absolute;
    border: 5px;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
}

.button_circle {
    background-color: rgba(61, 61, 61, 0.800);
    border: none;
    border-radius: 50px;
    font-size: 28px;
    width: 50px;
    height: 50px;
}

.button_reset_start {
    font-family: 'Bitcount Grid Single', Arial, Helvetica, sans-serif;
    background-color: rgba(61, 61, 61, 0.800);
    margin-bottom: 10px;
    border: none;
    border-radius: 50px;
    font-size: 40px;
    height: 52px;
    width: 170px;
}