body {
  background-color: #282C37;

}
h2{
  font-family: sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 40px;
}
h1 {
  font-family: sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  margin-bottom: 0;
}
p {
  color: #ffffff;
  font-size: 17px;
  font-family: sans-serif;
}
.contentbox {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #50535d;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
/*for the people trying to click on anything that says 'sooparch.life'*/
.dummy{
  color: white;
}
.dummy:hover{
  color: blue;
}
.dummy:visited{
  color: Crimson;
}
.inlinediv{
  display:inline-block;
  vertical-align: top; 
}
.foreheadremoval{
  margin-top:-30px;
}
.itch{
  color:#fa5c5c;
}
}
.itch:hover{
  color:white;
}
.itch:visited{
  color:#fa5c5c;
}
.youtube{
  color:red;
}
}
.youtube:hover{
  color:white;
}
.youtube:visited{
  color:#f3217a;
}
.bluesky{
  color:#349bff;
}
.bluesky:hover{
  color:white;
}
.bluesky:visited{
  color:#59b9ff;
}
.scratch:visited{
  color: #ffb319;
}
.scratch{
  color: #4d9aff;
}
.scratch:hover{
  color: #ffffff
}
.centered{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.crossing{
  color: #74E0AA;
}
.crossing:hover{
  color: white;
}
.crossing:visited{
  color: #FBFEB2;
}
article{
  color:#ffffff;
}

