
p {
    font-family: "Sniglet", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-indent: 40px;

    width: 70%;
    margin:  17px 150px; ;
    
}

table{

    font-family: "Sniglet", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-indent: 40px;
    width: 60%;
    margin:  17px 150px; ;

}

h2 {
    font-family: "Sniglet", system-ui;
    font-weight: 700;
    font-style: normal;
    margin: 20px auto;
    font-size: 50px;
    text-align: center;
    color: red;
}

h3 {
    font-family: "Sniglet", system-ui;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    color: blue
}

.lower_content {
    display: flex;
    flex-direction: row;
    padding: 40px;

}

.upper_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    justify-content:space-around;
    padding: 40px;
    
}


.images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

figure{
    background-color: transparent;
}

.button_group{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 500px;
}

button{
    background: transparent;
    border: none
}

button.prev:hover:before {
    content: "Previous Page";
    position: absolute;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
    font-family: "Sniglet", system
}

button.next:hover:before {
    content: "Next Page";
    position: absolute;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
    font-family: "Sniglet", system
}

nav {
    font-family: "Sniglet", system-ui;
    font-weight: 700;
    font-style: normal;
    margin: 20px auto;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 460px;
    padding: 10px 20px;
    color: green;
}

nav a {
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    width: 430px;
    color: black;
    margin: 5px 0;
}

#current {
    color: purple;
    font-weight: 520;
}

footer {
    font-family: "Sniglet", system-ui;
    font-weight: 200;
    font-style: normal;
    padding: 40px;
    margin-left: 130px;
    font-size: 20px;
    color: black;
}