@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
body {
    position: relative !important;
	background-image: linear-gradient(to bottom , #E1F1FF, #95cdff)!important;
	background-color: #95cdff;
  }
.backgroundBox{
float:center;
background-color:white;
border: solid;
border-color:black;
border-width: thick;
padding: 5px;
width: 70%;
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
}
.headings{
	font-family: 'Pangolin', cursive;
  	      font-size: 38px;
	      font-weight: bold;
		  text-align: center;
		    text-decoration: underline;
  text-decoration-color: #D9A21B;


  }
.AchievementNames{
font-family: 'Red Rose', cursive;
  	      font-size: 25px;
	      font-weight: bold;
		  text-align: left;
		    color: #334B49;	    
}
.achievementDescription{
	 font-size: 20px;
font-family: 'Patrick Hand', cursive;
	color: #134F8B;
}