/* 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-color: #fdd7ff;
    overflow-y: scroll;
    padding-bottom: 75px;
    background: url(../bg-bubbles.png), no-repeat bottom right;
    margin-top: 0;
}

h1 {
    position: relative;
    text-align: center;
    font-family: 'Righteous', cursive;
    margin-bottom: 3%;
    color: #6c1fb4;
    text-shadow: #ffa7e5 3px 5px 2px;
    font-size: 62px;
}

p {
  margin-left: 45px;
  margin-right: 45px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: fit-content;
}

.marquee-guts {
  background: #ff04;
}

.marquee-guts .marquee-guts {
  background: #f0f4;
}

.stripe {
    background-color: blue;
    width: 100%;
}