.contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    flex-wrap: wrap;
}

.contenedor h1 {
    font-size: 8rem;
    color: rgb(7, 128, 128);
}

