body {
  font-family: Arial, sans-serif;
  background-color: #3399CC;
  border-color: #2B81AC;
  border-width: 25px;
  border-style: solid;
  margin: 0;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  min-height: 100vh;
  box-sizing: border-box;
  cursor: url(cursor.png), auto;
}

h1 {
  font-size: 21px;
  font-weight: normal;
}

h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}

.container {
  margin: auto;
  max-width: 1170px;
  width: 77%;
}

p {
  font-size: 16px;
}

p:hover {
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0;
  background-color: white;
  font-size: 0;
  border: 2px solid white;
  box-sizing: border-box;

  i {
    font-size: 42px;
  }
}

li {
  display: inline-block;
  width: 25%;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 22px;
  border: 2px solid white;
  box-sizing: border-box;
  height: 147px;
  align-content: center;
  transition: all .5s ease-in;
}

.half {
  width: 50%;
}

.full {
  width: 100%;
}

li:nth-child(1) {
  background-color: #3399CC;
}

li:nth-child(2) {
  background-color: #33CCCC;
}

li:nth-child(3) {
  background-color: #996699;
}

li:nth-child(4) {
  background-color: #C24747;
}

li:nth-child(5) {
  background-color: #E2674A;
}

li:nth-child(6) {
  background-color: #FFCC66;
}

li:nth-child(7) {
  background-color: #99CC99;
}

li:nth-child(8) {
  background-color: #669999;
}

li:nth-child(9) {
  background-color: #CC6699;
}

li:nth-child(10) {
  background-color: #339966;
}

li:nth-child(11) {
  background-color: #666699;
}

ul:hover li:not(:hover) {
  opacity: 70%;
}