@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  height: 100vh;
  background: #2b323c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container h1 {
  font-size: 80px;
  font-weight: 600;
}

span {
  color: #fff724;
}
