@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');

body {
    margin: 0;
}
#imagem {
    
    position: absolute;
}
#principal {
    margin: 0px ;
   
        /* background-image: url(../img/background.jpeg);
        background-repeat: no-repeat;
        height: 700px;
        
        background-size: cover; */
        
    
}
#descricao {
    
    
}
p.texto {
    position: absolute;
    padding-top: 50%;
    color: black;
    font-family: 'Titan One', cursive;
    font-size: small;
}

#botoes {
   
    position: relative;
    padding-right: 5px;
    padding-top:85%;
    
    
}
#btniscricao {
    font-family: 'Titan One', cursive;
    font-size: 20px;
    background-color: yellow;
    right: 30%;
    width: 40%;
    position: fixed;
    bottom: 15px ;
    
}
