body {
    background-color: hotpink;
}

#menu a{
    color:darkmagenta
}


.classname {
    background-color: lightgreen;
    border-radius: 20px;
}

h2 {
    /*font-family: monospace;*/
    font-style: italic;
    /*text-decoration:*/
}

p {
  font-family: monospace;
}

.cat {
    background-image: url("../html/cat.jpg");
    background-size: cover;
    color: hotpink;
}

.highlight {
    text-decoration: red 1px underline;
   
}
.cube {
    width: 300px;
    height: 60px;
        background-color: red;
}