@font-face { font-family: EDO; src: url('../../Assets/fonts/edosz.ttf'); }

body {
    background-image: url("../../Assets/Yakuza/KiryuBackDrop.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.content-box {
    background-image: none;
    background-color: rgba(75, 0, 0, 0.75);
    width: 33%;
    max-width: 33%;
    margin-left: 0;
    margin-right: 0;
    border-color: rgba(54, 0, 0, 0.75);
    border-width: 5px;
    border-style: ridge;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    box-shadow: none;
}

p {
    font-family: EDO;
    color: white;
    font-size: 25px;
}

#title {
    font-family: EDO;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
}
#subtitle {
    font-family: EDO;
    color: maroon;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1.5px;
    background-image: url("../../Assets/Yakuza/YakuzaSubTitleBackDrop.png");
    background-size: cover;
    background-position: 0px -50px;
    border-color: maroon;
}
#subsubtitle {
    font-family: EDO;
    color: maroon;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1.5px;

}

#image-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#image-gallery img {
    max-width: 200px;
    flex-shrink: 1;
}