body{
  background: url('images/nnn-img01.jpg') no-repeat center center fixed;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.body-container {
  height: 95vh;
  position: relative;
}
.container-text{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nnn-name {
  font-family: 'Pacifico', cursive;
  font-size: 75pt;
  font-weight: bold;
  text-shadow: 4px 4px 4px #aaa;
  color: #FFC4F9;
}

.nnn-info {
  font-family: 'Give You Glory', cursive;
  font-size: 30pt;
  text-shadow: 4px 4px 4px #000;
}
@media screen and (max-width: 750px) {
  .nnn-name {
    font-size: 30pt;
  }
  .nnn-info{
    font-size: 18pt;
  }
}
