@font-face {
    font-family: 'passion-one';
    src: url('fontes/PassionOne-Regular.ttf');
}

@font-face {
    font-family: 'siriracha';
    src: url('fontes/Sriracha-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
}

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

header h1 {
    font-family: 'passion-one';
    font-size: 70px;
    font-variant: small-caps;
    font-weight: 300;
}

header p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

a {
    text-decoration: none;
    color: white;

}

a:hover {
    text-decoration: underline;
}

main {
    margin-top: 60px;
    
}

main p {
    font-family: 'siriracha';
    font-size: 1.5em;
    padding: 40px;
}

.imagem {
    box-shadow: inset 4px 4px 10px 0px rgba(0, 0, 0, 0.558);
    background-attachment: fixed;
    background-size: cover;
    
}

section {
    padding: 40px;
    height: 50vh;
}



#joaninha {
    background-image: url('imagens/background001.jpg');
    background-position: right center;
    
}

#livro {
    background-image: url('imagens/background002.jpg');
    background-position: right center;

}

section > p {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.404);
    padding: 0;
    color: white;
    text-shadow: 1px 1px 0px black;
 
    
}



footer {
    color: white;
    background-color: black;
    text-align: center;
    padding: 10px;
}