/*
   Name: Michelle Ponting
   Date: 5/15/18
   Section: AC
   
   This is the stylesheet for creative project 7
*/


@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

body, button {
   font-family: 'Indie Flower', monospace;
   color: black;
   font-size: 30pt;
   text-align: center;
   display: flex;
   justify-content: center;
   flex-direction: column;
}

body {
   background-image: url("http://25.media.tumblr.com/44e89309ea155b3be1213e64cc872f2a/tumblr_n0wqfhEW9K1sghdp8o1_400.gif");
}

h1 {
   color: #c3a2e0;
   text-shadow: 2px 2px 8px black;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

p {
   margin-top: 0px;
   margin-bottom: 0px;
}

header {
   margin-bottom: 10px;
}

button {
   background-color: #c3a2e0;
   color: white;
   border-radius: 20px;
   padding: 10px;
   margin: auto;
   cursor: pointer;
   margin-bottom: 20px;
   box-shadow: 2px 2px 8px black;
   border: none;
}

a {
   color: white;
   text-decoration: none;
}

.hidden {
   display: none;
}


