body {
    font-family: Verdana;
    color: black;
}

.fancybox_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    height: 300px;
    margin: auto;
}

.fancybox {
    width: 18%;
    height: 300px;
}

.fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

h1 {
    text-align: center;
}

p {
    text-align: center;
    color: red;
    margin-top: 2.5rem;
}