* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.lucida-font {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffff;
}

main {
  background-color: #3399CC;
  height: 100vh;
}

.container {
  width: 1170px;
  height: 592px;
  margin: 0 auto;
}

h1 {
  padding-top: 66px;
  font-size: 21px;
  margin-bottom: 36px;
}

ul {
  font-size: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  border: 2px solid white;
  background-color: #fff;
}


li {
  font-size: 22px;
  display: inline-block;
  padding-top: 25px;
  cursor: pointer;
  border: 3px solid #fff;
  height: 147px;
  text-align: center;
}

ul:hover li {
  opacity: 70%;
  transition: all .1s ease-in;
}

ul li:hover {
  opacity: 100%;
  transition: all .1s ease-in;
}

.box-blue {
  width: 50%;
  background-color: #3399CC;
}

.box-turquoise {
  width: 25%;
  background-color: #33CCCC;
}

.box-dark-pink {
  width: 25%;
  background-color: #996699;
}

.box-red {
  width: 25%;
  background-color: #C24747;
}

.box-orange {
  width: 25%;
  background-color: #E2674A;
}

.box-yellow {
  width: 25%;
  background-color: #FFCC66;
}

.box-light-green {
  width: 25%;
  background-color: #99CC99;
}

.box-ocean-blue {
  width: 25%;
  background-color: #669999;
}

.box-pink {
  width: 50%;
  background-color: #CC6699;
}

.box-green {
  width: 25%;
  background-color: #339966;
}

.box-purple {
  width: 100%;
  background-color: #666699;
}

p {
  font-size: 16px;
  margin-top: 35px;
}

i {
  font-size: 42px;
}

.wi-sunrise {
  font-size: 27px;
  color: gold;
}