
p {
  font-family: verdana;
  font-size: 12px;
  color: white;
}

ul {
  font-family: verdana;
  font-size: 14px;
}
.eye {
  height: 80px;
  border-radius: 5px;
  margin: 10px;
  border-style: groove;
  border-color: black;
}
.apples{
  height: 80px;
  border-radius: 5px;
  margin: 10px;
  border-style: groove;
  border-color: black;
}
.pic{
  height: 80px;
  border-radius: 5px;
  margin: 10px;
  border-style: groove;
  border-color: black;
}
.stawberries{
  height: 80px;
  border-radius: 5px;
  margin: 10px;
  border-style: groove;
  border-color: black;
}

body{
  background-color: #ab2323;
}
h1{
  color: white;
}
li{
  font-size: 20px;
}