/* h1 {
  text-decoration: underline;
} */
a {
  color: rgb(109, 10, 98);
}

/* a minimalist set of CSS resets */
.align-items-center {
  padding: 20px;
}
/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
body {
  font-family: sans-serif;
  line-height: 1.5;
  margin: 16px;
  background-color: #ffdefd;
  padding-bottom: 20px;
}

/* images and videos max out at full width */
img,
video {
  height: 200px;
  max-width: 100%;
}

.nav > div {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: #f4ed27;
}

.nav > div:nth-child(1) {
  background-color: pink;
}

.nav > div:nth-child(2) {
  background-color: pink;
}

.nav > div:nth-child(3) {
  background-color: pink;
}
.nav > div:nth-child(4) {
  background-color: pink;
}

.footer,
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #c55edf;
  color: rgb(140, 30, 190);
  text-align: center;
}

.jumbotron {
  color: rgb(44, 16, 97);
  background-image: url("https://i.pinimg.com/1200x/27/bf/ad/27bfad7d767e495f763174464deeca45.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

h1 {
  font-family: "Brush Script MT", cursive;
}
p {
  font-family: "Permanent Marker";
}
