*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    background-color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
}

main{
    
}

main #init{
    min-height: 100vh;
    display: block;
    place-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 20, 0.7)), url("https://pub-d01583e509ba4cda80231ed81ff50eb7.r2.dev/img-p%C3%A1gina-ferramentas/fundo-ferramentas-.webp");    
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

main #init #logo{
    height: 85px;
    display: block;
    margin: 40px auto;
    filter: drop-shadow(0 0 4px #000000);
}

main #init h1{
    color: white;
    text-align: center;
    margin: 10px 7px;
    font: normal 38pt arial;
    font-weight: 700;
}

main #init h1 mark{
    background-color: rgb(253, 252, 252);
    padding: 3px;
    border-radius: 5px;
    border-bottom: 3px solid #ffa800;
}

main #init h2{
    color: white;
    text-align: center;
    text-align: center;
    font-size: 19px;
    margin: 0 10px;
}


main #init a{
  
}

main #init a #seta{
  width: 70px;
  display: block;
  margin: 40px auto;
  animation: subirDescerbotao 3s ease-in-out infinite;
}

@keyframes subirDescerbotao {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(-8);
  }
}





/* RESPONSIVIDADE PARA A LOGO E PARA OS TEXTOS ABAIXO DE  470PX*/
@media (max-width:390px){
        main #init #logo{
        width: 80%;
    }

    main #init h1{
        font: normal 30pt arial;
    }
}
