body {
    text-align: center;
    color: #ffffff;
    height: 100%;
    font-family: Verdana;
    background-color: #201f25;
    background-image: url('images/pizza.gif');
    background-size: 3%;
}
h1 {
  text-align: center;
  color: rgb(0, 247, 255);
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  font-weight: 700;
}

h3 {
  text-align: center;
  color: rgb(0, 247, 255);
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  font-weight: 700;
}

h2 {
  text-align: center;
  color: rgb(0, 247, 255);
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  font-weight: 700;
}

.epiclinks {
  color: rgb(0, 247, 255);
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  font-size: medium;
  font-weight: 700;
  font-size: x-large;
  justify-items: normal;
  justify-content: space-evenly;
}

p2 {
  text-align: center;
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  font-weight: 700;
  font-size: medium;
}

.spotify {
    text-align: center;
    padding-top: 5%;
    width: 50%;
    min-width:  500px;
    max-width: 1000px;
    margin: auto;
    font-size: larger;
}
p {
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
}

a {
  font-size: inherit;
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
}

p1 {
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
    color: rgb(255, 116, 248);
}

p2 {
    text-align: center;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
    font-size: medium;
}

 /* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 200px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #00ff37;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  background-color: brown;
  height: 100%;
  min-height: 100vh;
  min-width:  300px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 360px;
  padding: 0px 10px;
}

.spacer1 {
    margin-top: 300px;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
}

.spacer1x {
    margin-top: 300px;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
    justify-content: space-evenly;
}

.spacer2 {
    margin-top: 100px;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
}

.spacer3 {
    margin-top: 50px;
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
    font-weight: 700;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.list {
  margin-top: 10px;
}

ul {
  list-style: none;
}

#fortring {
  display: flex;
  justify-content: center;
  align-items: center;
}
