.guide {
    display: none;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #202225bb;
    position: fixed;
    transition: 0.2s;
}

#guide-div {
    flex: 0 1 auto;
    padding: 8px 8px 24px 8px;
    background-color: #565656;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#guide-gif {
    border-radius: 16px;
}

#guide-text {
    font-size: 18px;
    color: #dfdfdf;
    text-align: center;
    max-width: 400px;
}
