body {
    background: url(bg/bg4.png) no-repeat fixed;
    background-size: cover;
    font-family: "Comic Sans MS";
    color: #ffffff;
}

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

.full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#canvasContainer {
    display: flex;
    position: relative;
    align-items: center;
}

#canvas {
    z-index: 1;
}

#pointer {
    position: absolute;
    right: -20px;
    z-index: 2;
    height: 30px;
    width: 30px;
}

#pin {
    position: absolute;
    left: 175px;
    height: 100px;
    width: 100px;
    background-color: #ffffff;
}


/* The Modal (background) */

.modal {
    display: none;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
}


/* Modal Content */

.modal-content {
    position: absolute;
    bottom: 10px;
    border: 2px solid #dad9d9;
    border-radius: 5px;
    width: 80%;
    height: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */

@keyframes animatetop {
    from {
        bottom: -200px;
        opacity: 0
    }
    to {
        bottom: 10px;
        opacity: 1
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 12x;
    right: 12px;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 4;
}

.close:hover,
.close:focus {
    color: #dbdbdb;
    text-decoration: none;
    cursor: pointer;
}

#dare-title {
    padding: 15px;
    font-size: 25px;
    color: #dad8d8;
}

#dare-content {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    padding-bottom: 40px;
}

#dare-text {
    padding: 10px;
    font-size: 25px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}


/* 

*/

:root {
    --c: #4734c5;
    --c: #ff008c;
    --c: #CB22D7;
    --c: #5c76f7;
    --c: #FA9905;
    --c: #e63f3f;
    --c: #0acf11;
    --c: #af2e60;
    --c: #d649b3;
    --c: #5c11ac;
    --c: #d1538c;
    --c: #09638d;
    --c: #692680;
    --c: #009765;
    --c: #FF5200;
    /*  */
    --c: #A73CCB;
    --c: #0278AE;
    --c: #7a5fa5;
    --c: #9e3403;
    --c: #FF9A00;
}