
 
        
 html{
            height: 2500px;
   Width: 1000px;
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
   
        }
img {
	border-radius: 30%;
  
  box-shadow: 2px 2px 2px #001430;
}
        
        h1 {
            color: White;
          display: inline-block;
           font-family: "Archivo Black", sans-serif;
            font-weight: 400;
          font-size: 40PX;
          text-shadow: 5px 5px 5px Black;
        
            }
H2 {
 color: White;
          display: inline-block;
          font-family: "Abril Fatface", serif;
            font-weight: 400;
          font-size: 70PX;
Text-Align: center;
  text-shadow: 5px 5px 5px Black;
}

h3 {
  color: White;
          display: inline-block;
          font-family: "Abril Fatface", serif;
            font-weight: 400;
          font-size: 50PX;
  text-align: center;
  
}
h4 {
  color: White;
          display: inline-block;
          font-family: "Abril Fatface", serif;
            font-weight: 400;
          font-size: 50PX;
  text-align: center;
  
}
p { color: White;
          display: inline-block;
   font-family: "Fjalla One", sans-serif;
            font-weight: 400;
          font-size: 35PX;
  text-align: center;
  text-decoration: underline  #4dbeff 5px;
}
p:hover {
	color:  #4dbeff;
}

h3:before {
content:"✅"
}
h3:After{
  content:"💰"

}
h4:before {
content:"✅"
}
h4:After{
  content:"⚡"

}

        .box {
            
           display: inline-block;
        }
        
        #rel {
            background-color: #4dbeff;
            position: center;
            left: 5rem;
            top: 2rem;
          Text-Align: Center;
          width: 1000px;
            height: 100px;
            animation-name: color-change;
            animation-duration: 3s; 
            animation-iteration-count: infinite;
        }

        @keyframes color-change {
            0% {
                background-color: #4dbeff;
            }
            50% {
                background-color: #004aad  ;
            }
            100% {
                background-color:#4dbeff ;
            }
        }

 #Main {padding: 15px;
   margin-bottom: 20px;
display: inline-block;
}
#Main
img {
	box-shadow: 2px 2px 2px #001430;
  border-radius: 50%;
   }
#Main
img {display: inline-block;}