html,
body {
  background-color: #33495d;
  color: #222;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  margin: 0;
}
.content {
  text-align: center;
  padding: 20px 30px;
  background-color: #fff;
  margin: 30px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}
h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.chat-facebook,
.send-email,
.live-chat {
  display: inline-block;
  padding: 10px;
  margin-top: 20px;
  line-height: 0;
  opacity: 0.5;
}
.chat-facebook:hover,
.chat-facebook:focus,
.send-email:hover,
.send-email:focus,
.live-chat:hover,
.live-chat:focus {
  opacity: 1;
}