body {
  background-image: url(https://supercutieupsy.neocities.org/images/background.gif);
  font-family: sans-serif;
  cursor: url(https://supercutieupsy.neocities.org/images/elegant-rose-working-in-background-a9bcaed2.webp), auto;
}

h1 {
  text-align: center;
  color: #e9678e;
}

a {
  cursor: url(ttps://supercutieupsy.neocities.org/images/elegant-rose-working-in-background-a9bcaed2.webp), auto;
  color: #ffd1eb;
}

a:hover {
  cursor: url(ttps://supercutieupsy.neocities.org/images/elegant-rose-working-in-background-a9bcaed2.webp), auto;
}
  

i {
  color:white;
}

.content1 {
  width: 70%;
  background: white;
  border: dotted 2px #e9678e;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  padding: 10px 10px 10px 10px;
  float: left;
  margin-left: 20px;
}

.content2 {
  width: 25%;
  background: white;
  border: dotted 2px #e9678e;
  border-radius: 10px;
  overflow: hidden;
  text-align: right;
  padding: 10px 10px 10px 10px;
  float: right;
  margin-right: 20px;
}