.container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container h1 {
    background: -webkit-linear-gradient(#f5ece4, #585757);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}