@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Vollkorn:wght@400;500;700&display=swap');


html {
    font-size: 62.5%;
}
body {
    color: #2e2e2d;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    box-shadow: 10px 10px 5px lightblue;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
.links {
    margin-bottom: 3rem;
}
.links a {
    text-decoration: none;
    padding: 1rem;
    background-color: #eee;
    color: #2e2e2d;
}
.links a:hover {
    transform: scale(.98);
}