h1,h3 {
    align-content: center;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    font-size:35px;
    text-decoration: none;
}

.figure h2 {
        text-align: left;
        align-content: left;
    padding-left: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }

nav a {
    text-decoration: none;
    color: black;
}

* {
    margin: 20px;
    align-content: center;
}
.body {
width: 100%;
    align-content: center;
    text-align: center;
    
}
.text-box{
    text-align: center;
}

.figure {
    width: 95%;
}

.figure img {
    width: 70%;
    float: left;
    background-color: black;
}

.figure2 img{
    float: left;
    width: 25%;
    margin: 0px;
    margin-bottom: 30px;
    
}

.footer {
    text-align: center;
    font-size: 20px;
    width: 100%;
    float: left;
}


@media(max-width: 700px){
    
    * {
        margin: 5px;
    }
    
    h1 {
width: 100%;
        text-align: center;
    }
    .figure {
        flex-direction: column;90%;
        align-content: center;
        text-align: center;
        margin-left: 20px;
    }
    
    .figure img {
    flex-direction: column;
        width: 90%
}

.figure2 img{
    flex-direction: column;
    width: 90%;
    
}
    .footer {
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
}

 
}