:root {
    --blue: #153551;
    --green: #B7DFBB;
    --yellow: #D9B54A;
    --red: #ed6c6f;
}

html, body {
    font-family: 'Soria';
    background-color: var(--blue);
    color: var(--green);
}

h1, h2, h3 {
    font-family: 'DCC - Ash';
}

h1 {
    font-size: 85px;
    text-align: center;
    letter-spacing: 5px;
}

p.sub {
    text-align: center;
    font-size: 32px;
    margin-top: -56px;
    color: var(--yellow);
}

.img {
    text-align: center;
    margin-bottom: -60px;
    margin-top: 48px;
}

#profile {
    height: 120px;
    border: 6px solid var(--yellow);
    border-radius: 10px;
}

.icons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    margin-top: -30px;
    margin-left: 12px;
}

img.icon {
    height: 44px;
}

.content {
    max-width: 955px;
    margin: auto;
    padding: 8px;
}

h2 {
    font-size: 28px;
    color: var(--red);
    letter-spacing: 2px;
    margin-bottom: -14px;
}

p {
    font-size: 22px;
    color: white;
    text-align: center;
}

.aspect {
    aspect-ratio: 16/9;
}

.films {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.films > iframe {
    max-width: 305px;
}