body {
  background-color: rgb(43, 20, 34);
  color: rgb(255, 255, 255);
  text-align: center;
}
/*background-image: url("");
  background-repeat: repeat;
  margin: 0px;
  cursor: url('/style/graphics/tumblr_m2wivg9oxq1qfamg6540.gif'), progress;
  font-family: "mali";*/

.main {
  width: 60vw;
  min-width: 300px;
  max-width: 950px;
  margin: auto;
  margin-top: 15vh;
  background-color: rgb(43, 20, 34);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 10px;
  border-color: aquamarine;
  border-style: ridge;
}

.text {
  margin: 2vw;
  margin-top: 50px;
  margin-bottom: 70px;
}

a:link {
  color: rgb(255, 110, 183);
}

a:hover {
  color: rgb(148, 46, 97);
}

a:visited {
  color: rgb(255, 77, 166);
}
