body {
    background-color: #202020;
    color: #E8EAED;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
}

.container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 75px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
}


.contents {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    height: 80%;
    background-color: #202020;
    color: #E8EAED;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 100%;
    background-color: #202020;
    color: #E8EAED;
}

header>.home {
    position: absolute;
    left: 0;
    margin: 20px;
    text-decoration: none;
}

header>.home:hover,
.social a:hover {
    color: #9AA0A6;
}

.news {
    margin: 20px;
    color: #E8EAED;
}

.news a {
    text-decoration: none;
    color: #f86585;
}

.news a:hover {
    color: #ff0000;
}

header>.social {
    position: absolute;
    right: 0;
    margin: 20px;
    text-decoration: none;
    color: #E8EAED;
}

header>.social a {
    text-decoration: none;
    margin: auto 3px;
    color: #E8EAED;
}


footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #202020;
    color: #9AA0A6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
}

.iframe_wrapper {
    height: 450px;
    width: 620px;
    margin: 0 auto;
    text-align: center;
}

iframe {
    height: 378px;
    width: 620px;
    margin: 0 auto;
    text-align: center;
}

.youtube {
    display: flex;

}