body {
    background-image: url("./img/black.png");
    font-family: 'Brush Script MT', cursive;
}

a {
    text-decoration: underline;
    font-size: 1.5rem;
}

a:hover {
    font-weight: bold;
    cursor: pointer;
}

nav {
    min-height: 100%;
    width: 150px;
    background-image: url("./img/black3.png");
}

nav ul {
    width: 50%;
    margin: auto;
    margin-top: 1rem;
}

nav ul li {
    color: white;
    margin-top: .5rem;
}

.header-text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.subtitle-text {
    font-size: .9rem;
    text-align: center;
}

.body-text {
    margin-top: 1rem;
}

#main {
    display: flex;
}

#contentContainer {
    width: 100%;
    margin: 1rem;
}

#topContent {
    width: 1250px;
    margin: auto;
    display: flex;
}

#topLeftContent {
    box-shadow: 0 4px 8px 0 black;
    padding: .5rem;
    margin-right: 100px;
    text-align: center;
}


#topRightContent {
    margin: auto;
    box-shadow: 0 4px 8px 0 white;
}

.middle-content-block {
    padding: 1rem;
    background-image: url("./img/white2.png");
    width: 500px;
}

#bottomContent {
    padding: .5rem;
    margin: auto;
    margin-top: 2rem;
    background-image: url("./img/white2.png");
    min-height: 1000px;
    width: 1000px;
    box-shadow: 0 4px 12px 0 white;
}

#bottomContentGrid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.bottom-content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
}

.bottom-content-block p {
    margin-top: 1rem;
}

#listBlock {
    margin-top: 1rem;
}

#listBlock h1 {
    font-weight: bold;
}

#listBlock li {
    font-style: italic;
    margin-bottom: .5rem;
}

#listBlock li h1 {
    font-size: 1.2rem;
}

#listBlock li p {
    font-size: 1.1rem;
    margin-left: .5rem;
}

#bannersContent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
}

#bannersContent img {
    margin-left: 1rem;
}
