body {
    display: flex;
    font-family: Inter, sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    background-color: #14151f;
}
section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    gap: 10px;
}
h1 {
    font-size: 3rem;
}
a {
    color: #7ad0cd;
}