#title-wrapper {
    position: absolute;
    width: 100vw;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%)
}
