@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Sigmar+One);
@import url(https://fonts.googleapis.com/css?family=Chewy);
@import url(https://fonts.googleapis.com/css?family=Bungee);
*{
   margin: 0;
    padding: 0;
}

body {
  text-align: center;
}

.box{
background-image: url(https://64.media.tumblr.com/5aa1bd4b95e75276dc4d03a56dfa2439/03cd53699e34acb9-b7/s1280x1920/1621768c57273baa53143cb19016b8f4e665f779.jpg);
background-repeat: repeat;
  width:100%;
  display:block;
  float: left;
  transition: all ease 400ms;
  position: relative;
  
}
h1{
  font-family: chewy;
  font-size: 60px;
  color: white;
  text-align: center;
}
h2{
  font-family: indie flower;
  font-size: 40px;
  color: black;
  text-align: center;  
    
}
h3{
  font-family: chewy;
  font-size: 40px;
  color: black;
  text-align: center;  
}

a{
   background: pink;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 20px;
  margin: 38px;
  margin-top: 3%;
  font-family: bungee;
  font-size: 20px;
  transition: font-size  1.5s;
  border-radius: 90px;
 
}

a:hover {
  background: magenta;
  font-size: 30px;
}
p{
  font-family: chewy;
  font-size: 20px;
  color: #C199CF;
  text-align: left;
}