:root{
    --main-color: #b0d1ff;
    background-color: var(--main-color);
    /* background-color: #b0d1ff; */
    --length: 100%;
}

#doggo{
    position: absolute;
    top: 50%;
    left: 70vw;
    width:  30vw;
    z-index: 5;
}

#hide{
    /* display: none; */
    position: absolute;
    top: 25%;
    width: 100%;
    height: 50%;
    background-color: var(--main-color);
    /* background-color: black; */
    z-index: 1;
}

#message{
    position: absolute;
    top: 50%;
    left: 25vw;
    font-size: 10vw;
}

#click{
    position: absolute;
    top: 75%;
    left: 15%;
    font-size: 100%;
    height: auto;
    width: 70%;
    font-size: 5vw;
}
