.youtube-frame {
  width: 100%;
  height: 350px;
}

.iconify {
  padding-bottom: 2px;
  float: right;
}

.socials-container {
  border: 1px solid black;
  padding: 3%;
  padding-top: 0px;
  border-radius: 15px;
  margin-top: 30px;
}

.socials-header {
  height: 100px;
  margin-top: 2%;
  margin-bottom: 3%;
  background-color: #343a40;
  border-radius: 15px;
  line-height: 100px;
  font-size: 2rem;
  color: #fffff2;
}

.socials-header span {
  font-family: "Yellowtail", cursive;
}

#brand-name {
  font-size: 3rem;
  font-family: "Yellowtail", cursive;
  color: #fffff2;
  -webkit-animation: animateleft 0.4s;
          animation: animateleft 0.4s;
}

#profile-pic {
  width: 5rem;
  border-radius: 50%;
  margin-right: 2%;
  position: relative;
  -webkit-animation: animateleft 0.4s;
          animation: animateleft 0.4s;
}

.nav-item {
  font-size: 24px;
  color: #fffff2;
}

#about-paragraph {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */