body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #e6e6e6;
    font-family: 'Inter', sans-serif;

    background:
        linear-gradient(rgba(8,8,9,0.78), rgba(8,8,9,0.92)),
        url("../images/background.jpg");

    background-size: cover;
    background-position: center;
}

.container {
    max-width: 700px;
}

/* ONE LESS */
h1 {
    font-weight: 200;
    letter-spacing: 14px;
    font-size: 56px;
    margin: 0;
}

/* Línea */
.line {
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 35px auto;
}

/* ONE HOUR LESS */
p {
    font-size: 20px;
    letter-spacing: 10px;
    opacity: 0.55;
    margin: 0;
}