*{
    margin: 0;
    padding: 0;
}

body{
    text-align: center;
}
section{
    background-color: black;
}

figure{
    background-color: white;
    margin: 2%;
}

img{
    width: 25%;

}
img:hover{
    width: 30%;
}

h1{
    font-size: 200pt;
    font-family: 'Courier New', Courier, monospace;
    padding: 2%;
    text-decoration: underline;
}

h3{
    font-size:50px;
    font-family: 'Courier New', Courier, monospace;
    float: center;
    margin-top:-2%;
}
    h3:hover{
        font-size: 70pt;
    }
