*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.fondo{
    width: 100%;
    height: 100vh;
    background: gainsboro;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    font-size: 7em;
}