:root {
    --d-crt-mask: intersect linear-gradient(0deg, #aaaa 10%, #ffff 40%, #ffff 60%, #aaaa 90%) 0 0 / 256px 2px, intersect linear-gradient(90deg, #eeee 50%, #ffff 50%) 0 0 / 3px 256px;
    --crt-mask: var(--d-crt-mask);
    --d-crt-filter: sepia(1) hue-rotate(45deg) brightness(1) saturate(1.25) blur(0.5px);
    --crt-filter: var(--d-crt-filter);
}

@font-face {
    font-family: "Monopix";
    src: url("../assets/fonts/monopix.otf/monopix.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.valko-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-container {
    max-width: 80%;
    margin-top: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    color: #ffffff;
    border: 1px solid #acf8ca;
    border-radius: 40px;
    box-shadow: 0px 0px 15px 15px #2d4838;
}

.main-container h3 {
    font-size: 80px;
    font-family: "Monopix", sans-serif;
    padding: 10px;
    margin: auto;
    
}

.main-container text {
    font-size: 30px;
    font-family: "Monopix", sans-serif;
}

.main-container img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    border: 2px solid #bfcf94a9;
    mask: var(--crt-mask);
    filter: var(--crt-filter);
}

.valko-image-1 {
    object-position: center 40%;
    height: 250px;
}

.valko-image-2 {
    object-position: center 40%;
    height: 400px;
}

.external-caption {
    margin-top: 8px;
    font-family: "Monopix";
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 100px;
}

.a {
    text-decoration: none;
}

.main-container figure {
    margin: 0;
    padding: 0;
}

.main-container figcaption {
    font-family: "Monopix";
    font-style: italic;
    color: #ffffff88;
    text-align: left;
    padding-top: 2px;
}

.nav-button {
    width: 200px;
    height: 60px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 20px;
    border: 5px solid #acf8ca;
    background-color: #80b79643;
    margin-bottom: 100px;
    text-decoration: none;
}

.nav-button:hover {
    background-color: #608a71;
}