body {
    background-color: lightyellow;
    color: purple;
}
h1{
    text-align: center;
    font-family: "Arial";
    min-font-size: 30px;
    font-weight: bold;
}
h2{

    font-family: "Arial";
    min-font-size: 20px;
    font-weight: 200;
}
a{

}
.imgStyle{
    height: 23%;
    width: 23%;
    background-color: powderblue;
    margin: 5px;
}