html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.grid > p {
    position: absolute;
}

.grid {
    width: 100%;
    height: 100%;
    display: grid;
}

.center {
    margin: auto;
    text-align: center;
}

.logo > img {
    width: 78%;
}

.telefone {
    font-size: 25px;
}

.redes-sociais {
    font-size: 21px;
}

.endereco {
    font-size: 20px;
}
