@font-face {
  font-family: 'mainFont'; /* set name */
  src: url('https://rayepierre335.neocities.org/assets/NewRocker-Regular.ttf') format('truetype');
}

body{
  background-image: url('https://rayepierre335.neocities.org/assets/texture.png');  
  background-color: #1c1c1c;
  display:flex;
  flex-direction:column;
}

#resize{
font-size: 1%;  
}

h1 {
  margin: 0 25% 0 25%;
  font-size: 400%;
  color: #f2d663;
  font-family: mainFont;
  text-align: center;
  text-shadow: 3px 3px 6px black;
}

h2 {
  margin: 2% 10% 0 10%;
  font-size: 225%;
  color: #b5ee80;
  font-family: mainFont;
  text-align: center;
  text-shadow: 3px 3px 6px black;
}

h3 {
  padding: 1px 10% 0 10%;
  font-size: 150%;
  color: #db9573;
  font-family: mainFont;
  text-align: justify;
  text-shadow: 5px 5px 10px black;
}

h4{
  padding: 0 10% 0 10%;
  font-family: mainFont;
  color: #b5ee80;
  text-align: center;
  text-shadow: 5px 5px 10px black;
}

h5{
  padding: 0 10% 0 10%;
  margin: 0 25% 0 25%;
  font-size: 100%;
  color: #b5ee80;
  font-family: mainFont;
  text-align: center;
  text-shadow: 3px 3px 6px black;
}

a{
    color: #9d73db;
}

.glow{
  filter: drop-shadow(0 0 16px rgba(242, 214, 99, 0.5));
}

/* Navi */

#nanavi{
cursor: pointer;
}

#oblivion{
max-height:100%;
width:50%;
transition: all 0.3s ease-in-out;
filter: opacity(100%) blur(0px) brightness(100%) contrast(100%) saturate(100%) drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
}

#oblivion:hover{
transform: scale(1.2);
filter: brightness(75%) contrast(100%) saturate(150%) drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
}

#returnToOblivion{
max-height:100%;
max-width:100%;
}


.PWA{
  position: fixed;
  bottom: 8px;
  right: -100px;
}

.auRevoir{
  background-color:#9c1c00;
  height:0px;
  width:35%;
  z-index:2;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x:hidden;
  transition:0.3s;
  border: 0px solid #9c1c00;
  border-radius: 5px;
  filter: drop-shadow(0 0 16px rgba(160, 185, 192, 0.5));
  opacity:0.95;  
  color:#b5ee80;
}

/* Navi */
