img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  display: block;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  /* margin: 0 auto; */
}

.wrapper {
  width: 100%;
  background-color: #333;
}

.container {
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-2 {
  background-color: #FFD4D5;
  padding-bottom: 50px;
}

.section-3 {
  background-color: #442525;
  padding-bottom: 50px;
}

.section-4 {
  background-color: #9d60ff;
  padding-bottom: 50px;
}

.evtbtn {
  width: calc(100% - 10px);
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}
