@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Bebas+Neue&family=Passion+One:wght@400;700;900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Bebas+Neue&family=Passion+One:wght@400;700;900&family=Sriracha&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Sriracha, cursive;

}
header{
    background-color: black;
    color: white;
    font-family: "Passion One", cursive;
    padding: clamp(50px, 3vw, 60px) clamp(30px, 5vw, 80px);
}
h1{
    font-size: 7vw;
    text-align: center;

}
.maiusculo{
    display: inline-block;
    text-transform: uppercase;
}
span.maiusculo::first-letter{
    font-size: 140%;
}
header p{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    line-height: -2;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}
a{
    font-weight: 600;
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: underline;
}
main p{
    font-size: 3.5vw;
    line-height: 2em;
    padding-bottom: 2em;
}
.fundo{
    background-color: white;
    padding-top: 70px;
    padding-bottom: 130px;
    padding-left: 30px;
    padding-right: 30px;

}
#fotojoaninha{
    background: black url('imagens/background001.jpg') right center no-repeat fixed;
    background-size: cover;
    padding: 70px 30px;
    box-shadow: inset 0px 6px 20px rgba(0, 0, 0, 0.545);

}
#fotolivro{
    background: black url('imagens/background002.jpg') right center no-repeat fixed;
    background-size: cover;
    padding: 70px 30px;
    box-shadow: inset 0px 6px 20px rgba(0, 0, 0, 0.545);
}
main p.texto{
    display: inline-block;
    color: white;
    padding: 43px;
    background-color: rgba(0, 0, 0, 0.556);
    text-shadow: 1px 1px 0px black;
}
footer{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    line-height: -6;
    text-align: center;
    font-size: 20px;
    background-color: black;
    color: white;
    padding: 12px;
}
