body{
    background-color: #5181da;
    color: #fdffff;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: 'Potta One', cursive;    
}
image{
   width: 50; 
   margin : 0 auto
}
h1, p {
    color: rgb(244, 250, 250);
   }
p{
    font-size: larger;
    font-weight: lighter;
    color: whitesmoke;
}
button {
  display: inline-block;
  background-color: #9fda51;
  font-family: 'Potta One', cursive; 
  font-size: 20px;
  color: #6183cc;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  border: double 4px #668ad8;
  text-align: center;
  overflow: hidden;
  transition: .6s;
  }
  button:hover {
    -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  }
input{
    height: 30px;
    border-style: none;
    border: 100px;
  }
#image-area-2:hover{
  opacity:0.5;
  transition:all 0.3s;
}
