@import url('../css2.html');

body {
  background: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.container {
  width: 480px;
  background: #001240;
  margin: 0 auto;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 40px; /* Чтобы радиус был одинаковым */
  border: none;
  color: white;
  text-decoration: none;
  background: linear-gradient(to right, #6f1ca3, #c363ff);
  width: 340px;
  height: 70px;
  font-size: 29px;
  z-index: 1;
  transition: box-shadow 0.2s ease;
}

.button:hover  {
   box-shadow: 0 0 10px #0bacf6;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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