.heading-text{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

table{
    width: 90vw; 
    margin: 5px auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    visibility: hidden;
    position: absolute;
    top: 0px;
}

.code-class{
    width: 20%;
    padding: 10px;
    border: white 1px solid;
    border-collapse: collapse;
    background-color: blue;
    color: white;

}
.error-class{
    padding: 5px;
    width: 80%;
    color: white;
}

table{
    border: black 2px solid;
    border-collapse: collapse;

    text-align: center;
}

#hoverid{

    transition-duration: 1s;
    background: rgb(62, 62, 255);

}

#hoverid:hover{
    transform: scale(1.2);
    background: blue;
}

.videoid{
   width: 60vw;
}

.spacer{
    height: 100px;
}

@media screen and (max-width: 700px){
 
    .spacer{
        height: 50px;
    }
    }