body {
    background-image: url("/img/dominica-mero.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    font-size: 18px;
}

.page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1em;
}

.content-wrapper {
    background: #fd98;
    padding: 1em 2em;
    border-radius: 1em;
    box-shadow: #226 0.3em 0.2em 1em 0.2em;
    font-family: 'Caveat', Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Permanent Marker', Arial, sans-serif;

}

h1, h2, h3, h4, h5, p {
    color: #1e3a8a;
    text-shadow: #fff 0.05em 0.05em 0.2em;
    margin: 0;
}

h1 {
    font-size: 3em;
}
p {
    font-size: 1.2em;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.links-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
    text-align: center;
    padding: 2em;
}

.links-wrapper > a {
    width: 6em;
    height: 6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    gap: 0.1em;
}

.links-wrapper > a:hover {
    position: relative;
    top: -0.1em;
    background: #ffca;
    box-shadow: #55ac 0.01em 0.01em 0.8em 0.2em;
    transition: all;
    transition-duration: 300ms;
}

.links-wrapper > a * {
    margin-right: auto;
    margin-left: auto;
}

a {
    text-decoration: none;
}
