@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Gabarito:wght@400..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "Source Sans 3", sans-serif;
    font-family: "Arvo", serif;
    background-color: #222222;
    color: white;
    width: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;

    background: #002f55;
    background-image: linear-gradient(#00000010 .1em, transparent .1em), linear-gradient(90deg, #00000010 .1em, transparent .1em);
    background-size: 4em 4em;
}

#quote {
    margin-top: 10px;
}

#author {
    margin-top: 60px;
    font-size: 10px;
}

.linkauthor {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin-bottom: 20px;
text-align: center;
justify-content: center;
font-weight: bold; 
color: rgba(255, 255, 255, 0.596); 
font-size: 8px; 
text-decoration: none;
}

@media (max-width: 600px) {

}
