body {
  background-image: url(https://flagfan500.neocities.org/aboutmebg.png);
  color: #010614;
  font-family: courier;
}

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

h2 {
  color: #010614;
}

h3 {
  color: #010614;
}

p {
  color: #010614;
}

li {
  color: #010614;
}

a {
  color: #910f43;
}

.iconL {
  position: relative;
  margin: 10px;
  float: left;
  height: 200px;
  width: 200px;
}

.iconR {
  position: relative;
  margin: 10px;
  float: right;
  height: 200px;
  width: 200px;
}

.scrollingBox {
  margin: 10px;
  padding-left: 10px;
  border: 4px solid #010614;
  background: url(https://flagfan500.neocities.org/mainbg2.png);
  max-width: 100vw;
  height: 250px;
  overflow: scroll;
  float: left;
}

.normalBox {
  margin: 10px;
  border: 4px solid #010614;
  background: url(https://flagfan500.neocities.org/mainbg2.png);
}