/*TYPOGRAPHY*/

body {
    padding: 5%;
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.3;
    background-color: #002233;
    color: rgb(255, 255, 0);
}

#description {
    text-align: center;
}

#table {
    padding:5%;
}

#video {
    width: 35%;
    display: inline-table;
    text-align: left;
    text-transform: uppercase;
    align-items: center;
    margin-right: 5px;
}

#ytplayer {
    width: 400px;
    height: 225px;
}
