body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f9f9f9;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.contact {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.contact-items i {
    margin-top: 2px;
    font-size: 25px;
}

.contact .contact-items .contact-text {
    display: flex;
    margin-top: 5px;
}

.contact .contact-items .contact-text p {
    font-size: 25px;
}

.contact .contact-items .contact-text i {
    margin-top: 2px;
    font-size: 25px;
}

.contact .contact-items .contact-number a {
    font-size: 18px;
}

.contact-number a {
    background-color: rgb(16, 136, 191);
    color: white;
    padding: 5px;
    border-radius: 5px;
    color: white;
    transition: all .5s ease;
}

.contact-number a:hover {
    font-size: 20px;
    transition: all .5s ease;
    background-color: rgb(61, 173, 224);
    letter-spacing: 1px;
    text-decoration: none;
}

.whatsapp a {
    background-color: rgb(16, 191, 100);
    color: white;
    padding: 5px;
    border-radius: 5px;
    color: white;
    transition: all .5s ease;
}

.whatsapp a:hover {
    background-color: rgb(50, 220, 132);
    text-decoration: none;
    letter-spacing: 2px;
}