body {
    background-color: #d5c4a9;
    background-image: url("/img/bg_parvh.png");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    font-family: 'Fredoka One', cursive;
    position: absolute;
}
.item-1 {
    grid-row-start: 1;
    grid-row-end: 1;
}

.item-2 {
    grid-row-start: 2;
    grid-row-end: 2;
}

.grid-container {
    display: grid;
    grid-template-columns: 100vw;
    grid-template-rows: 10vh 90vh;
    grid-column-gap: 10px;
    margin: auto;
}

.fabric-canvas-wrapper {
    margin-top: -8px;
    width: 100%;
    height: 100%;
}

.control {
    border-radius: 20px;
    border: none;
    margin: auto;
    color: whitesmoke;
    text-align: center;
}

#fscreen {
    padding-left: 4vw;
    padding-right: 4vw;
}

.menuBtn {
    border: none;
    border-radius: 10px;
    color: whitesmoke;
    background-color: #533A71;
    font-size: 2.5vw;
    padding: 1vh 2vw;
    height: 10vw;
    border: none;
    text-align: center;
    float: left;
    margin-top: 2.5vh;
}

.menuBtn:hover {
    background-color: #9950ec;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 1vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 3vh;
    border: 1px solid #888;
    width: 80%;
}

.modal-header {
    padding: 4vh 16px;
}

.modal-body {
    padding: 4vh 16px;
}

.modal-footer {
    padding: 4vh 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-btn {
    border: none;
    border-radius: 10px;
    background-color: #533A71;
    color: white;
    font-size: 5vh;
    font-weight: normal;
    margin: auto;
    padding: 2vw;
    margin-bottom: 1vh;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#time {
    margin-bottom: 1vh;
    margin-right: 3vw;
    border-radius: 5px;
    width: 50vw;
    height: 4vh;
    background-color: #888;
}

#time-control {
    margin-left: 7vw;
    margin-right: 4vw;
    border-radius: 10px;
    padding-top: 1vh;
    float: left;
    display: block;
}

.control-text {
    text-shadow: 0 0 1px #7c7c7c, 0 0 1px #7c7c7c;
    margin: 0 auto;
    color: white;
    text-align: center;
    font-size: 4vw;
    text-align: center;
}

#timeBar {
    border-radius: 5px;
    width: 40vw;
    height: 4vh;
    background-color: #4CAF50;
    color: white;
}