@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;0,900;1,300;1,500;1,900&display=swap");
body {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 130px;
  letter-spacing: 5px;
  font-weight: 300;
}

h2 {
  font-weight: 900;
}

p {
  margin-bottom: 40px;
}

section {
  padding-top: 50px;
  padding-bottom: 70px;
}

.header {
  background: gray;
  height: 80vh;
  background-image: url("https://images.pexels.com/photos/1928745/pexels-photo-1928745.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-position: top center;
  color: white;
}

.dontforget {
  background-color: DarkSlateGrey;
  color: white;
}

.contact {
  text-align: center;
}
.contact img {
  border-radius: 50%;
  margin-top: 50px;
  width: 150px;
}

.footer {
  background: gray;
  height: 20vh;
  background-image: url("https://images.pexels.com/photos/1928745/pexels-photo-1928745.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-position: center center;
  color: white;
}