html {
 
  background-color: rgb(234, 209, 255);
  font-size: 22px;
}

body {
 
  font-family: "Pixelify Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: rgb(226, 109, 226);
}

p, h6 {
  
  background-color: rgb(255, 255, 255); 
  
  
  border-radius: 80px; 
  
  
  box-shadow: 10px 10px 25px rgb(198, 216, 255);
  
  text-align: center;
  padding: 40px;
  margin: 40px;
  border: none;
}

/* --- HEADER SIZES --- */
h1 {
  font-size: 125px;
  text-align: center;
}

h2 {
  font-size: 80px;
  text-align: center;
  margin: 22px;
}

p {
  font-size: 75px;
}

h6 {
  font-size: 50px;
}

/* --- IMAGE CENTERING --- */

.center {
  display: block;      
  margin-left: auto;    
  margin-right: auto;   
  width: 600px;        
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  color: inherit;
}
.back-link {
  display: block;      
  font-size: 24px;     
  margin-top: 100px;   
  margin-bottom: 50px; 
  text-align: center;
  color: darkmagenta;
  text-decoration: underline; 
}

.back-link:hover {
  color: white;        /
}