*{margin: 0%;
padding: 0px;
box-sizing: border-box;

   
}

.containerinicio{
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    color: #F7F8F3;
    height: 100vh;
    width: 100vw;
    background-image: url(./imagens/bgg.jpg);
    background-repeat: no-repeat;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   
        
    
}


.texto{
    background: rgba(26, 25, 25, 0.767);
    font-size: 30px;
    width: auto;
    
    

}   



.botao{
    height: 40px;
    width: 140px;
    border-radius: 15px;
    margin: 0px auto;
    border: none;
    cursor: pointer;
    background-color: red;
}

.botao a{
    text-decoration: none;
    font-size: 15px;
    color: #F7F8F3;
}
.botao:hover{
    background: #20308C;
}


   



@media (max-width: 900px){

    .conteudo {
          text-align: center;
          display: flex;
          justify-content: space-around;
          flex-direction: column;
          height: 100vh;
          width: 100%;
          background-position: center;
          background-size: cover;    
          
          
    }
  
    .texto{ 
          font-size: 35px;
          height: auto;
    }
  
    .rodape{
      
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      position:relative;
      bottom:0;
      left:0;
      text-align: center;
      font-size: 10px;
        
    }
    
}
  
  
@media (max-width: 700px){

    .conteudo{
          text-align: center;
          display: flex;
          justify-content: space-around;
          flex-direction: column;
          height: 100vh;
          width: 100%;
          background-position: center;
          background-size: cover;      
                
      }

  
    .texto{ 
          font-size: 30px;
          height: auto;
      }
  
    .rodape{

        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        position:relative;
        bottom:0;
        left:0;
        text-align: center;
        font-size: 10px;
        
    }
}


@media (max-width: 320px){

  .conteudo{
      text-align: center;
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      height: 100vh;
      width: 100%;
      background-position: center;
      background-size: cover;    
        
        
    }
  
    .texto{ 
        font-size: 15px;
        height: auto;
        
    }

   
  
    .rodape{
      font-size: 10px;
           
    }

}    