html, body {
    margin: 0px;
    padding: 0px;
    scrollbar-width: thin;
    scrollbar-color: rgb(66, 46, 38) rgb(122, 75, 55);
}

body {
    background-color: rgb(185, 102, 6);
    background-image: url(forest-in-autumn-gustave-courbet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    color: white;
    overflow-x: hidden;
    line-height: 1;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
    color: rgb(163, 206, 255)
}

header {
    width: 100%;
    height: 76px;
    background-color: rgba(190, 0, 48, 0.15);
    backdrop-filter: blur(4px);
    text-align: center;
    border-style: solid;
    border-color: rgba(121, 48, 66, 0.85);
    border-width: 1px;
}

.card-title {
    width: 50%;
    max-width: 500px;
    min-width: 250px;
    height: 50%;
    max-height: 128px;
    margin-top: 16px;
    background-color: rgba(190, 0, 48, 0.15);
    backdrop-filter: blur(4px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(121, 48, 66, 0.85);
    border-width: 1px;
}

.card-body {
    width: 75%;
    min-width: 250px;
    height: auto;
    margin-top: 16px;
    background-color: rgba(190, 0, 48, 0.15);
    backdrop-filter: blur(4px);
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(121, 48, 66, 0.85);
    border-width: 1px;
}

.card-text {
    width: auto;
    height: auto;
    margin-top: 16px;
    background-color: rgba(0, 16, 104, 0.15);
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(121, 48, 66, 0.85);
    border-width: 1px;
}

.card-containers {
    width: auto;
    height: auto;
    margin-top: 16px;
    background-color: rgba(0, 16, 104, 0.15);
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 16px;
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(121, 48, 66, 0.85);
    border-width: 1px;
}

.card-image {
    width: calc(50% - 64px);
    min-width: 128px;
    max-width: 256px;
    height: auto;
    background-color: rgba(0, 16, 104, 0.15);
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(121, 48, 66, 0.85);
    border-width: 1px;
}