@charset "utf-8";


*{

padding: 0px;
margin: 0px;

}

@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Honk&family=Passion+One&family=Single+Day&display=swap');

:root{


--fonte01:"Passion One", sans-serif;
--fonte02: "Single Day", cursive;
--fonte03: "Covered By Your Grace", cursive;


}



header{

background-color: black;
text-align: center;


}

header h1{

color: white;
padding-top: 50px;
font-variant: small-caps;
font-family: var(--fonte01);


}




header p{

color: white;
padding-bottom: 50px;

}


a{
text-decoration: none;
color: white;
font-size: bolder;

}

a:hover{
text-decoration: underline;


}



body{

height: 100px;


}

section{

padding-top: 10vh;
padding-bottom: 10vh;
padding-left: 30px;
line-height: 2em;
}
section > p{

padding-bottom: 2em;

}

.normal{
    font-family: "Single Day", cursive;
    font-weight:bold;
    
    font-size: 23px;
}
.imagem01{

background: url(imagens/background001.jpg)
right no-repeat fixed ;
background-size:cover ;
box-shadow: inset 6px 6px 13px rgba(0, 0, 0, 0.62);


}
    .imagem01 > p{
    
    background-color: rgba(0, 0, 0, 0.219);
    color: white;
    width: 230px;
    font-family: var(--fonte02);
    border-radius: 15px;
    padding-left: 15px;
    text-shadow: 2px 2px 2px black;

    }




.imagem02{

    background: url(imagens/background002.jpg)
   left top no-repeat fixed ;
    background-size: cover;
    box-shadow: inset 6px 6px 13px  rgba(0, 0, 0, 0.598);
}

.imagem02 > p{



padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.464);
    color: white;
    width: 230px;
    border-radius: 15px;
font-family: var(--fonte02);
text-shadow: 2px 2px 2px black;
}

footer{

background-color: black;
height: 50px;
text-align: center;
}


footer > p{
color: white;
padding-top: 20px;
font-family: var(--fonte03);

}