*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    background: #0a2a43;
    min-height: 1500px;

}
section{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

section::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #0a2a43, transparent);
    z-index: 100000;
}

section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #0a2a43;
    z-index: 100000;
    mix-blend-mode: color;
}

section img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    
}
#text{
    font-size: 6em;
    margin-bottom: 200px;
    position: relative;
    color: #fff;
    z-index: 1;
}
#road{
    z-index: 2;
}

h1{
    font-size: 40px;
    text-align: center;
    color: rgb(194, 177, 255);
    font-family:'Times New Roman', Times, serif;
    animation: animate__bounceInUp;
    animation-duration: 5s;
    animation-delay: 1s;
    
}

.paragrafo{
    max-width: 1000px;
    margin: 50px auto;
    font-size: 20px;
    color: #dcedff;
    letter-spacing: 0px;
    line-height: 27px;
    text-align: justify;
}
.paragrafinho{
    max-width: 1000px;
    margin: 30px auto;
    font-size: 15px;
    color: #dcedff;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: justify;
}

h3{
    font-size: 30px;
    text-align: center;
    color: rgb(194, 177, 255);
    font-family:'Times New Roman', Times, serif;
}
h4{
    font-size: 20px;
    text-align:left;
    color: rgb(194, 177, 255);
    font-family:'Times New Roman', Times, serif;
    margin-left: 170px; 
}
#imgmovimento{
    position: absolute;
    left: 170px;    
}
#road{
    z-index: 2;
}
#lua{
    animation:slide-tr 5s cubic-bezier(.785,.135,.15,.86) both
}
@keyframes slide-tr{0%{transform:translateY(0) translateX(0)}100%{transform:translateY(-40px) translateX(40px)}}

#montanha{
    animation:slide-bottom 3s cubic-bezier(.25,.46,.45,.94) both
}
@keyframes slide-bottom{0%{transform:translateY(0)}100%{transform:translateY(50px)}}

.Antecipacao{
    margin-top: 200px;
}
#baseboll{
    position: absolute;
    margin-left: 200px;
    margin-top: 70px;
}
.Encenacao{
    margin-top: 140px;
}
.Cavalo{
    text-align: center;
    background-size: 300px 150px;  
}
#goku{
    position: absolute; 
	right: 90px;
    width: 30%;
    height: 30%;
    animation: 3s ease-in 1s infinite reverse both running slidein;
}
@keyframes slidein{0%{transform:translateX(0)}100%{transform:translateX(100px)}}
