@media screen and (min-width: 240px) and (max-width: 320px) {
  h1 {
    font-size: 1.3rem;
    position: relative;
    top: 10px;
  }

  .quote-wrapper {
    height: 70%;
    width: 90%;
  }

  #qouteDisplay {
    font-size: 1rem;
    position: relative;
    top: 5%;
    padding: 0 10px;
  }

  p {
    font-size: 0.4rem;
    position: relative;
    top: 1%;
  }

  .social-links > ul {
    position: absolute;
    top: 4.6rem;
  }

  .social-links > ul > li > a {
    font-size: 0.5rem;
  }

  button {
    font-size: 0.5rem;
    position: absolute;
    top: 4.7rem;
  }

  .find-me > h3 {
    font-size: 1rem;
    position: relative;
    top: -1rem;
  }

  .find-me > ul {
    margin-top: 0rem;
  }

  .find-me > ul > li > a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .quote-wrapper {
    height: 70%;
    width: 90%;
  }

  #qouteDisplay {
    font-size: 1.5rem;
    position: relative;
    top: 5%;
    padding: 0 10px;
  }

  p {
    font-size: 0.5rem;
  }

  .find-me > h3 {
    position: relative;
    top: -1rem;
  }

  .find-me > ul {
    margin-top: 0rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  h1 {
    position: relative;
    top: 10px;
  }

  .quote-wrapper {
    height: 70%;
    width: 50%;
  }

  #qouteDisplay {
    font-size: 1.2rem;
    position: relative;
    top: 5%;
    padding: 0 10px;
  }

  p {
    font-size: 0.5rem;
    position: relative;
    top: -0.1px;
  }

  .find-me > h3 {
    position: relative;
    top: -1rem;
  }

  .find-me > ul {
    margin: -0.5rem 0 1rem 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  h1 {
    position: relative;
    top: 10px;
  }

  .quote-wrapper {
    height: 55%;
    width: 50%;
    padding: 10px 10px 15px 10px;
  }

  #qouteDisplay {
    font-size: 1.2rem;
    position: relative;
    top: 5%;
    padding: 0 10px;
  }

  p {
    font-size: 0.5rem;
    position: relative;
    top: -0.1px;
  }

  .social-links > ul {
    position: absolute;
    top: 5rem;
  }

  button {
    font-size: 1rem;
    position: absolute;
    top: 4.7rem;
  }

  .find-me > h3 {
    position: relative;
    top: -1rem;
    font-size: 1.5rem;
  }

  .find-me > ul {
    margin: -0.5rem 0 1rem 0;
  }

  .find-me > ul > li > a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 960px) {
  h1 {
    position: relative;
    top: 10px;
  }

  .quote-wrapper {
    height: 80%;
    width: 50%;
  }

  #qouteDisplay {
    font-size: 2rem;
    position: relative;
    top: 5%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 820px) {
  h1 {
    position: relative;
    top: 10px;
  }

  .quote-wrapper {
    height: 80%;
    width: 50%;
  }

  p {
    font-size: 0.5rem;
    position: relative;
    top: -0.1px;
  }

  .social-links > ul {
    position: absolute;
    top: 5rem;
  }

  button {
    position: absolute;
    top: 4.7rem;
  }

  .find-me > h3 {
    position: relative;
    top: -1rem;
    font-size: 1.5rem;
  }

  .find-me > ul {
    margin: -0.5rem 0 1rem 0;
  }

  .find-me > ul > li > a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
  h1 {
    position: relative;
    top: 10px;
  }

  .quote-wrapper {
    height: 80%;
    width: 50%;
  }

  p {
    font-size: 0.5rem;
    position: relative;
    top: -0.1px;
  }

  .social-links > ul {
    position: absolute;
    top: 5rem;
  }

  button {
    position: absolute;
    top: 4.7rem;
  }

  .find-me > h3 {
    position: relative;
    top: -1rem;
    font-size: 1.5rem;
  }

  .find-me > ul {
    margin: -0.5rem 0 1rem 0;
  }

  .find-me > ul > li > a {
    font-size: 1.5rem;
  }
}
