body {
    width: 1920px;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}
#video {
    width: 1910px;
    height: 1070px;
    object-fit: cover;
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}
#canvas {
    display: none;
}
.text {
    background-color: rgba(10, 10, 10, 0.2);
}

.text, .youtube, .buttons {
    width: 1910px;
    height: 1070px;
    margin-top: -1078px;
}

#widget-left {
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
    padding: 30px;
    width: auto;
    height: auto;
    background-color: rgba(10, 10, 10, 0.4);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
#widget-youtube {
    position: absolute;
    margin-top: 330px;
    margin-left: 50px;
    padding: 30px;
    width: auto;
    height: auto;
    background-color: rgba(10, 10, 10, 0.4);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
#widget-botoes{
    position: absolute;
    margin-top: 50px;
    margin-left: 1400px;
    padding: 0 30px;
    width: auto;
    height: auto;
    border-radius: 10px;
    color: #fff;
    text-align: right;
}
#clock, .top{
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
h1{ 
    font-size: 1.2em;
    font-weight: bold;
}
#temp{
    font-size: 1.5em;
}
b{
    color:#9AEEF0;
}
audio{
    display: none;
    cursor: pointer;
}
.d-show, .left-volume, .right-volume{
    display: block;
    cursor: pointer;
}
.d-hide{
    display: none;
}
#play{
    cursor: pointer;
}
.play, .pause, .plus, .minus{
    width: 24px;
    font-size: 24px;
    text-align: center;
}
.controlPlay{
    margin: 0 auto;
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#youtube-iframe{
    width: 100%;
    height: 240px;
    border: none;
}
#youtube-button{
    font-size: 48px;
    cursor: pointer;
}

#back-youtube, #next-youtube{
    font-size: 1.3em;
    padding: 20px 20px 0px 20px;    
}