*{
    margin: 0;
    padding: 0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, sans-serif;
}
body{
    
    min-height: 1500px;
    background:url('img7.jpg');
}
.principal{
    font-size: 80px;
    color: rgb(255, 255, 255);
    text-align: center;
    animation:tracking-in-expand-fwd .8s cubic-bezier(.215,.61,.355,1.000) both;
}
@keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;transform:translateZ(-700px);opacity:0}40%{opacity:.6}100%{transform:translateZ(0);opacity:1}}
.subtitulo{
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.paragrafo{
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
}
h2{
    color: rgb(255, 255, 255);
    text-align: center;
}
#bola{
    margin-left: 80px;
}
#taco{margin-left: 80px;}
#cavalo{margin-left: 80px;}