body{
    background: black;
    color: #f0f0f0;
}
@font-face {
    font-family: nexa;
    src:
            local(nexa),
            url("../font/nexa/nexa-heavy.ttf");
}
.wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
section{
    width: 80%;
    display: flex;
    flex-direction: column;
}
article{
    gap: 10px;
}
p{
    display: flex;
    font-family: nexa, sans-serif;
}
h1, h3{
    display: flex;
    font-family: nexa, sans-serif;
}