.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(189, 107, 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_hatate.png");
    display: inline-block;
    background-size: 221px;
    background-repeat: no-repeat;
    width: 220px;
    height: 200px;
    position: relative;
    top: -84px;
    left: -40px;
}
header .indent_picture{
    top: 5px;
}
header .indent_picture img {
   width: 20px;
   height: 20px;
}
li{
    position: relative;
    top: 50%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.About4 {
    text-align: left;
}
.About3 {
    
    text-align: center;
    margin-top: 40px;
}
.About2 {
    text-align: center;
}
.About {
    padding: 0 px;
    display: inline-block;
    text-align: center;
}
.About5{
    background: rgb(45, 46, 65);
    padding: 0px 60px;
    width: 720px;
    height: 328px;
    position: relative;
    border-radius: 10px;
    padding: 0 px;
    display: inline-block;
    text-align: center;
    background-image: url("izzy_website_Images/Blog_Images/Brain_Thumbnail.png");
    background-size: 100%;
    text-shadow: 0px 0px 5px;
    mask-image: linear-gradient(black 60%, transparent);
}
.read_more_gradient{
    height: 328px;
    width: 840px;
    mask-image: linear-gradient(black, transparent);
}
div4{
    background: rgb(45, 46, 65);
    padding: 0px 60px;
    width: 720px;
    min-height: 100px;
    position: relative;
    border-radius: 10px;
}