body {
     background-color: #1E1F26; 
}

.head {
     background-color: #1E1F26; 
    margin-top: 30px;
    box-shadow: 2px 2px 10px #00F8F8;
    padding: 5px;
}

#video {
    border: 3px dashed rgb(10,125,118);
    height: 350px;
    width: 500px;
}

#img {
    border: 3px dashed rgb(10,125,118);
    height: 350px;
    width: 500px;
}
