body {
    background-color: #292929;
}

h1 {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 50px
}
h2 {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 40px
}
h3 {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 35px
}

footer {
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: #1b1b1b;
}

.navBar {
    min-height: 35px;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    font-size: 25px
}

.navButton {
    display: flex;
    background-color: transparent;
    min-height: 80%;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    color: #ffffff
}

a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.navButton:hover {
    background-color: #3b3b3b;
}

.titleHeader {
    display: flex;
    background-color: #1b1b1b;
    justify-content: center;
}

p {
    color: #ffffff;
    font-size: 20px;
}

.imglist {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

img {
    padding: 10px;
}

.radialMenuSection p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20%;
    padding-left: 20%;
}

.content {
    display: flex;

    justify-content: space-evenly;
    align-items: center;
    padding-left: 8%;
    padding-right: 5%;

}
.content img {
    padding-left: 10%;
}

