body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

h1 {
  margin: 0;
}

section {
  padding: 50px 20px;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  max-height:100%;
}

.text {
  font-size: 70px;
}

a:hover{
    color: #999;
}