body {
    background-color: #424242;
    color: white;
}

.noto-sans-jp-jsal {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.hero {
    background-image: url("../img/PortfolioHeader.gif");
    height: 20vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project:hover .project-img {
    opacity: 0.3;
}

.project:hover .project-mid {
    opacity: 1;
}

.project-img {
    opacity: 1;
    display: block;
    height:300px;
    width:300px;
    object-fit: cover;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.project-mid {
    transition: 0.5s ease;
    opacity: 0;
}

.project-text {
    color: white;
    font-size: 2em;
}