.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
body{
    background: rgb(60, 61, 85);
    color: rgb(219, 219, 219);
    font-family: helvetica neue, helvetica, arial, "Zen Kaku Gothic New", sans-serif;
    margin-top: 0;
}
a{
    color:var(--text-color)
}
a:hover{
    color: black;
}
nav{
    background: rgb(45, 46, 65);
    height: 100px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.vertical-align-nav {
    position: relative;
    list-style-type: none;
    top: 40px;
}
.vertical-align-nav .nav_button{
    float: right;
}
.logo a {
    background-image: url("izzy_website_Images/home_button_reimu.png");
    display: inline-block;
    background-size: 221px;
    background-repeat: no-repeat;
    width: 220px;
    height: 200px;
    position: relative;
    top: -84px;
    left: -40px;
}
.nav_button{
    top: -25px;
}
.nav_button img{
    width: 70px;
    height: 70px;
}
.indent_ying_yang{
    top: 5px;
}
.indent_ying_yang img {
    width:20px;
    height: 20px;
}
li{
    position: relative;
    top: 50%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
section{
    background: rgb(60, 61, 85);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px;
    align-items: centeflex-direction row;
    justify-content: center;
}
.News {
    background-image: url("izzy_website_Images/breaking_news.png");
    background-size: 880px;
    background-repeat: no-repeat;
    width: 260px;
    height: 100px;
    border-radius: 10px;
    
}
.news_video {
    height: 315px;
    width: 560px;
    display: inline-block;
    position: relative;
    top: -155px;
    left: -93px;
    
    
    
    
}
.news_video iframe{
    
}
.Commission{
    align-self: center;
    text-align: center;
    top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Commission_text{
    font-size: 20px;
}
.Commission_image{
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}
.Commission_image img{
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.reimu_sun{
    animation: spin 3s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg) 
}
}
div4{
    background: rgb(45, 46, 65);
    padding: 170px 365px;
    
    text-align: center;
}
section1{
    display: inline-block;
    padding: 50px;
}