#header-assistir-video {
    height: 30vh;
    width: 100%;
    background-color: black;

    outline: 2px solid #00c421

    margin-bottom: 10px;
}


#main-assistir-video {
    height: 60%;
    background-color: black;

    overflow-y: scroll;

    color: white;
}


video {
    width: 100%;
    height: 100%;
    outline: 4px solid white;
}



.aula{color: white;
    height: 40px;
    width: 100%;

    margin: 10px 0;

    background-color: #333;
    transition: all 0.5s ease-in-out;

    border-radius: 10px;
    cursor: pointer;
    
    p{
        display: flex;
        align-items: center;
        margin: 10px;
    }
}

.aula:hover{
    opacity: 0.5;
}

#modulos > button{
    margin: 10px;
}


