body {

   background-color: green;

}

h1 {

    text-align: center;

}

ul {

    list-style-type: square;


}

a:link {
    color: green;

    
}

a:visited {

    color: purple;

}

a:hover {
    color: red;

}

a:active {
    color: brown;


}

#imageOne {
    height: 80%;
    width: 80%;

}

#imageTwwo {

    height: 80%;
    width: 80%;

}

p {

    font-family: arial;
    font-size: 12px;
    color: yellow;


}

h1 {

    text-decoration: underline;

}

a:hover {
    cursor: crosshair;

}

button {
    background-color: darkblue;
    border: none;
    color: yellow;


}

button:hover {
    background-color: lightblue;

}
