.youtube-privacy-wrapper {
    position: absolute;
    width: 100%;
    height: 100%
}

.youtube-privacy-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    button {
        background-color: #73c4e9;
        color: #FFF;
        text-decoration: none;
        border-radius: 4px;
        border: none;
        font-size: 1rem;
        font-family: Helvetica, sans-serif;
        padding: 0.5rem;
        cursor: pointer;
        
        &:hover {
            text-decoration: underline;
        }
    }
}