body{
    text-align: center;
    overflow: hidden;
}

header{
    text-align: left;
}

.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
}

.underline{
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 550px;
    height: 8px;

    background-color: hsl(30, 20%, 25%);

    border-radius: 5px;
}

.bigletters{
    font-size: 128px;
    letter-spacing: 16px;
    line-height: calc(128px * 1.5);
    color: hsl(30, 20%, 25%);
}

.background{
    position: absolute;

    width: 100vw;
    height: calc(100vw / 600 * 450);

    left: 0px;
    top: 70px;

    z-index: -10;

    pointer-events: none;

    border: none;
}