:root {
    --black: #000;
    --black-80: rgba(0, 0, 0, 0.8);
    --white: #fff;
    --black-400: #666;
    --black-300: #999999;
    --black-100: #f4f4f4
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-wrap: break-word;
    text-align: center;
    align-self: stretch;
    color: var(--black);
    margin: 0;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.03em;
    word-wrap: break-word;
    text-align: center;
    align-self: stretch;
    color: var(--black-400);
    margin: 0;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.03em;
    word-wrap: break-word;
    text-align: center;
    align-self: stretch;
    margin: 0;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
    word-wrap: break-word;
    text-align: center;
    align-self: stretch;
    margin: 0;
    color: var(--black-300);
}

h5 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.03em;
    word-wrap: break-word;
    text-align: center;
    align-self: stretch;
    margin: 0;
    text-align: left;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    align-self: stretch;
    color: var(--black);
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--black);
}

a:hover {
    opacity: 0.4;
}

figcaption {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-300);
}

header {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.feed-container {
    padding: 40px 20px 140px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
    gap: 40px;
    display: flex;
}

.caption-container {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

nav {
    display: flex;
    width: 410px;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 120px;
    opacity: 0.4;
}

.nav-item:has(.nav-dot) {
    opacity: 1;
}

.nav-dot {
    width: 6px;
    height: 6px;
    background: var(--black);
    border-radius: 3px;
}

.links-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 760px;
}

.link-box {
    display: flex;
    padding: 30px 20px;
    align-items: center;
    gap: 22px;
    border-radius: 12px;
    background: var(--black-100);
    width: 335px;
}

.link-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}

.link-image {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.film-image {
    width: 60px;
    border-radius: 8px;
}

.song-image {
    width: 60px;
    border-radius: 8px;
}


.div-cap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.hero-img {
    width: 760px;
    position: relative;
    border-radius: 12px;
}

.svg-lg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 0;
    left: 0;
}

.svg-md {
    width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    left: 0;
}

.centered-link {
    align-self: stretch;
    height: 42px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.return-home {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.links-container a {
    display: flex;
}

#model {
    height: 460px;
}

#nav-link {
    color: var(--black);
}

#sub-text {
    color: var(--black-400);
}