*, *::before, *::after {
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

body {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: beige;
}

.disable {pointer-events: none;}

.content-wrap {
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 500;
}

.container{
    width: 600px;
    max-width: 100%;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin-top: 200px;
    margin-right: ;
    box-shadow: 0 0 10px 2px;
    justify-content: center;
    align-items: center;
}

.header {
    justify-content: center;
}

.btn:hover {
    border-color: black;
}

.btn-grid {
    display: grid;
    grid-template-rows: ;
    gap: 10px;
    margin: 20px 0;
    padding-right: 50px;
    padding-left: 50px;
}

.btn {
    background-color: violet;
    color: white;
    border: 2px solid white;
    padding-right: 50px;
    padding-left: 50px;
}

.start-btn{
    font-weight: bold;
    font-size: 1.3rem;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide {
    display: none;
}

.nav {
    display: inline-block;
    float: none;