html {
  
  
}

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%;
  
  
}

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%;
  }

.gallerie{
  /*text-align:center;*/
}

.gallerie img{
  width:20%;
  height:20%;
  border-radius: 15%;
  border-style: double;
  border-color: rgba(150, 107, 124,0.2);
  border-width:thick;
  margin:1%;
  text-align:center;
  display:inline-grid;
  flex-wrap:wrap;
  }
  
.gallerie img:hover{
  border-color: white;
  transition: .5s ease;
}


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

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


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

