body {
  font-family: swister, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  background-color: #cf0063;
  background-image: -webkit-linear-gradient(315deg, #dd1173, #350e47);
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}

h1 {
  text-transform: uppercase;
  font-size: 10vh;
  z-index: 10;
  position: relative;
}

h2 {
  text-transform: lowercase;
  font-size: 3vh;
  margin-top: -7vh;
  z-index: 10;
  position: relative;
}

a {
  color:  #c3c3c3;
  text-decoration: none;
}

header {
  width: 80vw;
  margin-left: 10vw;
  padding: 20px;
  z-index: 10;
}

main {
  width: 80vw;
  margin-left: 10vw;
  padding: 20px;
  z-index: 10;
}

.cupcakes {
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: url(../img/cupcakes.jpg);
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

footer {
  width: 100vw;
  padding: 20px;
  background-color: #1b1b1b;
  text-align: center;
  bottom: 0;
  position: fixed;
  z-index: 10;
}

footer img {
  margin-top: 15px;
  margin-bottom: 20px;
}

nav {
  margin-bottom: 15px;
}

nav a {
  padding: 10px;
}
