﻿body, html {
    height: 100%;
    margin: 0;
}

.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.botones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.boton {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.facebook {
    background-color: #3b5998;
}

.instagram {
    background-color: #c13584;
}

.email {
    background-color: #db4437;
}

.direccion {
    background-color: #0f9d58;
}

.telefono {
    background-color: #4285f4;
}

.whatsapp {
    background-color: #25d366;
}

