* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 72px;
}

p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.full {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-image: url(/images/slider-compleo.jpg);
    background-repeat: no-repeat;
    background-size:cover;
background-position:center;
}

.center {
    margin-top: 380px;
    width: 550px;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
}

.social {
    width: 75%;
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.third img {
    width: 64px;
}

@media (max-width: 601px) {
    h1 {
        font-size: 64px;
    }

    .center {
        margin-top: 400px;
    }

    p {
        width: 30ch;
        margin-top: 16px;
    }
  }