body{
    background-color: black;
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.titulo{
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    height: 25%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1080px) {
    .titulo{
        width: 40ch;
        height: 40ch;
    }
}
