

body{
  background-image: url('../../images/bg.png');
  background-repeat: repeat-y;
  background-size: 100%;
  color:rgb(245,220,200);
  width:80%;
  margin:auto;
  padding:2%;
  padding-right:5%;
  padding-left:5%;
}

.centerme{
    text-align:center;
    }

a{
  color:#ba6e93;
  }
  
a:hover{
  color:white;
  }

.mainContent{
  width:90%;
  text-align:left;
  margin:auto;
}

#upThere{
  font-size: 1.5rem;
}

.divider{
  color: rgba(0, 0, 0, 0);
  background-image: url(https://nasseyref.neocities.org/images/thread.png);
  background-size:contain;
  background-repeat: none;
  font-size: 2rem;
  margin-right:20%;
  margin-left:20%;
  }



h1{
  font-family:"New Rocker";
}

#myName{
  font-family: 'Philosopher';
  font-weight: 550;
  font-style: normal;
}


@media (max-width: 820px){
   
    .mainContent{
      text-align:center;
    }
    
    body{
      width:90%;
      }
}

