body {
    background-image: url("/img/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #a8c7cc;

    font-size: 20px;
    font-family: 'Merriweather', serif;
    color: black;
}

h1 {
    text-align: center;
    margin: 40px 0px;

    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 0px 2px white, 0px 0px 12px rgba(0, 0, 0, 1);
}

h3 {
    margin: 30px;
}

#page {
    margin: auto;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 40px;

    border-radius: 30px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.8);
}

.card {
    background: rgba(255, 255, 255, 0.7) !important;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.card-title {
    font-family: sans-serif;
    text-align: center;
    font-size: 28px;
    margin-bottom: 0px;
    color: black;
}

th {
    background: rgba(0, 0, 0, 0.3) !important;
}
