@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  align-content: stretch;
  height: 100%;
  color: #666666;
  text-align: center;
}
div{
  width: 80%;
}
a {
  text-decoration: none;
  color: #d0929a;
}
.contained {
  margin: 0 auto;
}

#jnnDesignLogo {
  display: block;
  margin: 0 auto;
  width: 100px;
  padding: 50px;
}

#footer {
  align-content: center;
  text-align: center;
  padding: 10px 50px 10px 50px;
  font-size: 0.8em;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.st0 {
  fill: #d0929a;
}
.st1 {
  fill: #666666;
}

.noto-color-emoji-regular {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}
h1 {
  font-size: 2.5em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: bolder;
  text-transform: uppercase;
  color: #d0929a;
}