@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: url("RalewayThin.eot") format("embedded-opentype"),
    url("RalewayThin.woff2") format("woff2"),
    url("RalewayThin.woff") format("woff"),
    url("RalewayThin.ttf") format("truetype"),
    url("RalewayThin.svg#RalewayThin") format("svg");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  font-weight: normal;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #636b6f;
  font-family: "Raleway", sans-serif;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.title {
  font-size: clamp(40px, 5vw, 84px);
}
