/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url('https://kittycornprincess.neocities.org/wallpaper.jpg');
  background-size: 100%;
  color: white;
  font-family: Ms Gothic;
    cursor: url('https://pixels.crd.co/assets/images/gallery21/28c8d12f.gif?v=29416114'), default;
}

#top {
  height: 50px;
  width: 1000px;
  background-color: #300926;
  align-items: center;
  justify-content: center;
  border: #8f2b74 5px solid;
  padding: 15px;
  margin: auto;
}


#box {
  height: 500px;
  width: 1000px;
  background-color: #300926;
  margin: auto;
  padding: 15px;
  border: #8f2b74 5px solid;
}

#box2 {
  height: 1300px;
  width: 1000px;
  background-color: #300926;
  margin: auto;
  padding: 15px;
  border: #8f2b74 5px solid;
}

#box3 {
  height: 1000px;
  width: 1000px;
  background-color: #300926;
  margin: auto;
  padding: 15px;
  border: #8f2b74 5px solid;
}


p {
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 30px;
  font-family: Ms Gothic;
  margin: auto;
  padding: 5px;
  text-align: center;
}


h2 {
  font-size: 20px;
  font-family: Ms Gothic;
  margin: auto;
  padding: 5px;
  text-align: center;
}

h3 {
  font-size: 25px;
  font-family: Ms Gothic;
  margin: auto;
  padding: 5px;
  text-align: center;
}

li {
  font-size: 20px;
  font-family: Ms Gothic;
  margin: auto;
  padding: 5px;
}


button {
  background-color: #8f2b74;
  border: none;
  color: white;
  padding: 20px 37px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Ms Gothic;
  margin: auto;
  cursor: pointer;
  position: relative;
}

button:hover {
  box-shadow: 0 12px 16px 0 rgba(245, 7, 181), 0 17px 50px 0 rgba(245, 7, 181);
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
