* {

  font-family: 'Pixelify Sans';
  font-weight: 400 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration-color:  #cc98dd;

}

body{
  background-color: #a1c6e8;
}

h1{
  color:  white;
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding-top: 2%;
}

p{
  color: #454245;
}

.gallery-item {
  width: 100%;
  border-radius: 5px;
  display: inline-block;
}

#outer-user-wrapper {
  width:50%;
  background-color: #96caf9 ;
  text-align: center;
  margin: auto;
  border-radius: 5px;

}

.user-wrapper {
  text-align: center;
  font-size: 150%;
  background-color:  #afd8e8;
  border-radius: 5px;
  padding: 50px 50px 0px 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  
  

}
#outer-horoscope-wrapper {
  width:50%;
  background-color: #96caf9 ;
  text-align: center;
  margin: auto;
  border-radius: 5px;

}

.horoscope-wrapper {
  text-align: center;
  font-size: 150%;
  background-color:  #afd8e8;
  border-radius: 5px;
  padding: 50px 50px 0px 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  
  

}
