@import url('https://fonts.googleapis.com/css?family=Montserrat:300');
body{
  background: #3498DB;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
h1{
  font-size: 30vh;
}
h2 span{
  font-size: 4rem;
  font-weight: 600;
}
a:link, a:visited{
  text-decoration: none;
  color: #fff;
}
h3 a:hover{
  text-decoration: none;
  background: #fff;
  color: #3498DB;
  cursor: pointer;
}