@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
:root{
    --font1: Verdana, Geneva, Tahoma, sans-serif;
    --font2: 'Passion One', cursive;
    --font3: 'Sriracha', cursive;
}
*{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}
body {
    min-height: 100vh;
    background-color: rgba(243, 239, 239, 0.753);
    font-family: var(--font1);

}
header {
    background-color: black;
    color: white;
    text-align: center;
    font-family: var(--font2);

}
header>h1 {
    font: normal bold 5.4em 'Passion One', cursive;
    font-variant: small-caps;
    padding-top: 50px;
    min-width: 150px;
    font-size: 10vw;
}
header > p {
    font: normal normal 1.3em verdana, cursive;
    padding-bottom: 50px;
}
a{
    color: white;
    font-weight: bolder;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.normal{
    background-color: white;
    color: black;
}
div{
    padding-top: 10vh;
    padding-bottom: 10vh;
    line-height: 2em;
    padding-left: 30px;
    font-family: var(--font3);
    font-size: 4vw;
}
div>p{
    padding-bottom: 2em;
}
.imagem{
    color: white;
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.473);
    background-size: cover;
    background-attachment: fixed;
}
.imagem>p{
    display: inline-block;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.514);
    text-shadow: 1px 1px 0px black;

}
#flor {
    background-image: url(imagens/background001.jpg);
    background-position: right center;
}
#livros {
    background-image: url(imagens/background002.jpg);
}
footer {
    font: normal normal 1.3em verdana, cursive;
    text-align: center;
    background-color: black;
    color: white;
    padding: 10px;
}
