body {
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  color: #cacbd2;
  background-color: #141C2A;
  margin: 0;
  padding: 0;
}

.center-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.container i {
 background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
-webkit-background-clip: text;
color: transparent;

}

.container {
  margin-bottom: 8%;
  margin-top: 8%;
  max-width: 65%;
}

h1, h2 {
  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
-webkit-background-clip: text;
color: transparent;

}

h1 {
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  margin-top: 30px;
  border-left: 5px solid #c822cb;
  padding-left: 10px;
}

p {
  line-height: 1.7;
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

a.linktos, a.linktos:link, a.linktos:visited {
text-decoration: none !important;
  border-bottom: none !important;
  transition: color 0.3s ease;

  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

a.linktos:hover, a.linktos:active, a.linktos:focus {
  color: #e0a0ff !important;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none !important;
}