.frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 4vw, 48px);
    position: relative;
    background-image: url(./img/frame-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding: clamp(32px, 5vw, 80px) 20px;
}

.frame .marcsi {
    width: min(568px, 80vw);
    height: auto;
    aspect-ratio: 1.01;
    object-fit: cover;
}

.frame .text-wrapper {
    font-family: "Tiny5", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: clamp(28px, 5.5vw, 80px);
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    width: 100%;
    padding: 0 20px;
}
