@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

html, body {
    min-height: 100vh;
    background-color: white;
}

* {
    margin: 0px;
    padding: 0px;
}

main {
    font-family: "Sriracha", cursive;
    font-style: normal;
}

header {
    background-color: black;
    color: white;
    text-align: center;
}

header > h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8vw;
    font-weight: bolder;
    padding: 20px;
    font-variant: small-caps;
}

header > p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 30px;
}

header > p > a {
    text-decoration: none;
    color: white;
}

header > p > a:hover {
    text-decoration: underline;
}

article {
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 20px;
}

.semfundo {
    background-color: white;
}

#joaninha {
    background-color: white;
    background-image: url(imagens/background001.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#livro {
    background-color: white;
    background-image: url(imagens/background002.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    background-size: cover;
}

p {
    padding: 20px;
    line-height: 2em;
    font-size: 2.5vw;
}

p.fundofume {
    background-color: rgba(0, 0, 0, 0.449);
    background-size: auto;
    color: white;
    display: inline-block;
    padding-left: 20px;
    text-align: left;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.241);
}

footer {
    background-color: black;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.8em;
    text-align: center;
    padding: 3px;
}

footer > a {
    text-decoration: none;
    color:  rgb(50, 132, 255);
}

footer > a:hover {
    text-decoration: underline;
    color: rgb(50, 132, 255);
}