* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: black;
}

.title-cont {
  background-color: black;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}

.title1 {
  color: white;
  font-weight: normal;
  width: 80%;
  font-size: 22px;
  text-align: center;
  font-style:italic;
  margin-bottom: 100px;
  letter-spacing: 1px;
  line-height: 40px;
}

.title2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: normal;
  text-align: center;
  text-decoration-color: #8c07dd;
  margin-bottom: 80px;
}

.title3 {
  color: white;
  font-weight: normal;
  text-align: center;
  font-style:italic;
  font-size: 16px;
  width: 50%;
  padding: 60px 0;

}


