@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap");
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  background-color: #123456;
}

.header {
  position: relative;
  margin-left: -10%;
  width: 120%;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#cb2d3e), to(#ef473a));
  background: linear-gradient(to right, #cb2d3e, #ef473a);
  text-align: center;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  margin-bottom: 100px;
}

.header #title {
  font-family: 'Pacifico', cursive;
  font-size: 80px;
  line-height: 200px;
  color: white;
  text-shadow: 2px 2px 2px black;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}
/*# sourceMappingURL=main.css.map */