* {
  box-sizing: border-box;
}

body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
button {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.header {
  height: 710px;
}
.header__title {
  color: white;
  margin: 50px;
  font-weight: 600;
  font-size: 34px;
}
.header__title-content {
  position: relative;
  width: 350px;
  height: 135px;
  padding: 95px 0 0 0;
}
.header__notify-content {
  margin-top: 150px;
  width: 430px;
  height: 100px;
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.header__btn {
  margin-top: 50px;
  width: 370px;
  height: 80px;
  font-size: 25px;
  color: white;
  background-color: #E2521D;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #ff4d4d;
}
.header__btn:hover {
  box-shadow: 0px 0px 60px #ff4d4d;
}

.container__wrapper {
  width: 1440px;
  height: 680px;
  background: url("../img/vali.webp") no-repeat right;
}

body {
  background-color: #272439;
}

/*# sourceMappingURL=index.css.map */
