body{  
		margin:0;padding:0;
            font-family: arimo, sans-serif;
     
 background-repeat: no-repeat;
  background-size: 36%;
  background-position: right 600px top 370px;
   color:black;
 background:white;
  font-size:18px;
  text-align:center;
}
a {color:blue;}

h1 {
  font-size: 32px;
  text-align: center;
  text-shadow: 2px 2px #f0ebeb;
  margin-top: 10px; /* Adjust this value as needed */
  margin-bottom: 0;
}

#characteristic {
       
   margin: auto;
    width: 60%;
color:orange;
    padding: 21px;
}

 #animated{
  animation-name: move;
  animation-duration: 5s;
  nimation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
 cursor: url("http://downloads.totallyfreecursors.com/cursor_files/gold_star.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/gold_star.gif"), auto;
}


#space{
  font-size:25px;
 
}

a.button {
  background: linear-gradient(45deg, rgba(255,184,115,0.65) 0%,rgba(255,124,189,0.65) 50%,rgba(108,0,153,0.65) 100%);
	border-radius: 7px;
  margin-bottom:70px;
	box-shadow: 0px 2px 4px rgba(34,62,66,.25);
  color: purple;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 6px 22px;
  text-decoration: none;
  -webkit-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
  hover {
	box-shadow: 0px 4px 4px rgba(33,62,66,.5);
	-webkit-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
   
  }
  
  
