html {
    height: 100%;
    background-color: white;
}
body {
    align-items: center; /*para alinear en horizontal*/
    display: flex;
    flex-direction: column;
    justify-content: center; /*para alinear en vertical*/
    min-height: 100%;
    margin: 0%;
}
#element {
    width: 200px;
    height: 200px;
}
.vanta-canvas {
    border-radius: 50%;
}
.word {
    margin-right: 10px;
    font-size: 40px;
    word-spacing: -9px;
}
.random {
    /* font-family: 'Pinyon Script', cursive; */
    font-family: sans-serif;
    font-size: smaller;
    letter-spacing: -4px;
}
.world {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    letter-spacing: -4px;
    /* font-family: 'Monsieur La Doulaise', cursive; */
}
.random2 {
    /* font-family: 'Pinyon Script', cursive; */
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}
.byJulio {
    display: flex;    
    font-size: 18px;
    width: 180px;
    justify-content: space-between;  
}
.footer {
    margin-top: auto;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: small;
}
.head {
    font-size: small;
    margin-bottom: auto;
    margin-top: 30px;
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}
a {
    color: black;
}