@charset "utf-8";

/* 404 */
.header_container_404 {
    margin: 0;
    background-image: url(../img/grain.png);
    background-size: 100%;
}
.header_logo_404 {
    position: relative;
}
.header_logo_404 img {
    width: 10em;
    margin: 50px;
}
.content_404 {
    height: 50vh;
}
.content_404 p {
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
}