.end {
    margin-top: -120px;
    background-image: url(../assets/footer.png);
    width: 100%;
    height: 920px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

.apps  {
    padding-top: 120px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin: auto;
}

.apps > div {
    margin: auto;
    width: 80%;
}

.apps > div > p {
    font-size: 2rem;
}

a {
    text-decoration: none;
}

.logo {
    margin: auto;
    margin-top: 40px;
}

.logo-img {
    display: flex;
    justify-content:center;
    align-items: center;
    margin: auto;
    max-width: 70%;
}

.logo-img > img {
    width: 100%;
    
}

.whatsandface {
    margin-left: 15px;
    margin-top: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    gap: 10px;
}

.whats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-right: 2px black solid;
    padding-right: 10px;
    padding-bottom: 10px;
}

.whats > img {
    width: 40px;
}

.face {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 10px;
}

.face > img {
    width: 35px;
}

.email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
}

.email-title {
    color: white;
    background: black;
    padding: 8px;
}

.email-text {
    border: 2px black solid;
    padding: 6px;
    color: #000;
}


footer > p {
    color: #000;
    margin-top: 30px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

footer > p > a {
    color: rgb(62, 62, 219);
}