
@charset-"UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Bebas+Neue&family=Jura:wght@300..700&family=Passion+One:wght@400;700;900&family=Playwrite+AU+QLD:wght@100..400&family=Playwrite+HU:wght@100..400&family=Press+Start+2P&family=Sriracha&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Bebas+Neue&family=Jura:wght@300..700&family=Passion+One:wght@400;700;900&family=Playwrite+AU+QLD:wght@100..400&family=Playwrite+HU:wght@100..400&family=Press+Start+2P&family=Sriracha&display=swap');
:root {
    --fonte: "Sriracha", cursive;
    --fonte01: "Passion One", sans-serif;
}
h1 {
    font-family:var(--fonte) ;
    font-weight: lighter;
    text-align: center;
    font-variant: small-caps;
    font-size:3.5em;
}
h2 {
     font-family:var(--fonte) ;
    font-weight: lighter; 
  
}
section.q1 {
    background-color: black;
  border-radius: 5px 5px;
}


section > p {
    font-size: 3.1vh;
    color: white;
    background-color: rgba(0, 0, 0, 0.649);
    border: 1px solid rgba(0, 0, 0, 0.49);
    width: 300px;
    height: 300px;
   display: inline-flex;
   padding: 5vh 5vh 8vh;
   padding-left: 5vh;
  padding-bottom: 5vh;
   border-radius: 5px 5px;
  
}
section > p.dif {
    color:white;
   
  text-align: unset;
  font-size: 3.1vh;
  display: inline-flex;
  padding-bottom: 5vh;
  padding-left: 5vh;
}
section.q2 {
    background-color: white;
}
#a {
    background-image: url(imagens/background001.jpg);
  background-position: right center;
  background-attachment: fixed;
  background-size: cover;
}
#b {
     background-image: url(imagens/background002.jpg);
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
}
#c {
     background-image: url(imagens/background002.jpg);
  background-position: right center;
  background-attachment: fixed;
  background-size: cover;
}
#d {
   background-image: url(imagens/background001.jpg);
   background-position: center center;
   background-attachment: fixed;
   background-size: cover; 
}