main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

#datos-tania {
    width: 50vw;
    margin: 2vw 2vh;
    h1 {
        font-size: 2.5em;
        margin-bottom: 0.5em;
    }
    p {
        font-size: 1.2em;
        margin-bottom: 0.5em;
        text-shadow: 2px 2px 5px white ;
    }
    a {
        font-size: 1.5em;
        margin-bottom: 0.5em;
        text-decoration: none;
        color: black;
    }
    #telegram {
        color: cornflowerblue;
    }
    #whatsapp {
        color: green;
    }
    #instagram {
        color: #fd59fd;
    }
    #facebook {
        color: #3b5998;
    }
    #tiktok {
        color: #000000;
        i {
            text-shadow: 1px 1px 0 #0000ff, 2px 2px 0 #ff0000;
        }
    }
}

#mapa {
    width: 50vw;
    margin: 2vw 2vh;
    iframe {
        width: 100%;
        height: 100%;
        border: 8px solid white;
        border-radius: 10px;
    }
}