@font-face {
    font-family: 'FivoModern';
    src: url('../fonts/FivoSansModern/FivoSansModern-Medium.otf') format('otf'),
    url('../fonts/FivoSansModern/FivoSansModern-Medium.ttf') format('ttf'),
    url('../fonts/FivoSansModern/FivoSansModern-Medium.woff') format('woff'),
    url('../fonts/FivoSansModern/FivoSansModern-Medium.woff2') format('woff2');
    font-weight: 450;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'FivoModernRegular';
    src: url('../fonts/FivoSansModern/FivoSansModern-Regular.otf') format('otf'),
    url('../fonts/FivoSansModern/FivoSansModern-Regular.ttf') format('ttf'),
    url('../fonts/FivoSansModern/FivoSansModern-Regular.woff') format('woff'),
    url('../fonts/FivoSansModern/FivoSansModern-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

body {
    padding: 0;
    margin: 0;
    background: #000007;
    font-family: FivoModern, sans-serif;
    color: #fff;
    font-size: 16px;
}

.content {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.container {
    max-width: 320px;
    padding: 2.19rem;
    margin: auto;
}

section {
    margin: 3.12rem 0 3.12rem 0;
}

.picture {
    border: 1px solid #6A696C;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 380px;
}

.eth {
    position: absolute;
    top: 1.7rem;
    left: 1.7rem;
    font-size: 15px;
}

.picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title {
    margin-bottom: 1.25rem;
}

h1, h2 {
    font-size: 18px;
    font-weight: 450;
    display: flex;
    align-items: center;
    gap: 6px;
}

h1 span:first-child {
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
    border-left :1px solid #6A696C;
}

.muted {
    font-family: FivoModernRegular, sans-serif;
    color: #6A696C;
}

.links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links li {
    margin-bottom: 0.62rem;
}

.links li:last-child {
    margin-bottom: 0;
}

.links li a {
    border: 1px solid #6A696C;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 1.12rem 1.25rem;
    color: #FFF;
    text-decoration: none;
}

.links li a span {
    font-family: FivoModernRegular, sans-serif;
}

.links li a svg {

}

.footer {
    margin-bottom: 0;
    padding: 0;
}

.footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    font-family: FivoModernRegular, sans-serif;
    color: #fff;
    text-decoration: none;
}

#background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

#light {
    background: url("../images/bg-light.png") no-repeat 50%;
    position: absolute;
    height: 500px;
    z-index: -1;
    bottom: -250px;
    left: 0;
    right: 0;
}
