.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: rgb(107, 177, 189);
}
a:hover{
    color: black;
}
nav{
    background: rgb(45, 46, 65);
    height: 100px;
    margin-bottom: 20px;
    border-radius: 10px;
}
header .vertical-align-nav {
    position: relative;
    list-style-type: none;
    top: 40px;
}
header .logo a {
    background-image: url("izzy_website_Images/home_button_nitori.png");
    display: inline-block;
    background-size: 221px;
    background-repeat: no-repeat;
    width: 220px;
    height: 200px;
    position: relative;
    top: -84px;
    left: -40px;
}
header .indent_smol_wrench{
    top: 5px;
}
header .indent_smol_wrench img {
   width: 20px;
   height: 20px;
}
li{
    position: relative;
    top: 50%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.About2 {
    text-align: center;
}
.About {
    padding: 0 100px;
    display: inline-block;
    text-align: center;
}
div4{
    background: rgb(45, 46, 65);
    width: 680px;
    min-height: 100px;
    position: relative;
    border-radius: 10px;
}