.intro-container{
  display: flex;
  justify-items: center;
  justify-content: space-around;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 6%;
}

.intro-container-inner {
  display:flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  align-items: center;
  background-image: url(/images/stars1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center;
}

.contain-name {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 8%;
  margin-bottom:8%;
  width: 20rem;
}


.ellipse1 {
  box-sizing: border-box;
  position: absolute;
  width: 80%;
  height: 10%;
  border-radius: 50%;
  opacity: 0.3;
  border: 1px solid #4D3112;
  transform: rotate(-4.81deg);
}

.ellipse2 {
  box-sizing: border-box;
  position: absolute;
  width: 85%;
  height: 10%;
  opacity: 0.3;
  border: 1px solid #4D3112;
  transform: rotate(2.26deg);
  border-radius: 50%;
}

.intro-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 10rem;
  margin-left: 5%;
  margin-right: 5%;
}

/* large tablets & laptop styles */
@media all and (min-width: 620px) {

    .intro-container {
    padding: 7% 5% 3% 5%;
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .intro-container-inner {
    padding: 4%;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin-top: 4%;
  }

  .intro-text {
    height: 10rem;
    margin-left: 21%;
    margin-right: 21%;
  }

  .ellipse1 {
    width: 70%;
    height: 10%;
  }

  .ellipse2 {
    width: 75%;
    height: 11%;
  }
  .contain-name {
    width: 35rem;
  }
}

/* desktop styles */
@media screen and (min-width: 920px) {

  .intro-container {
    padding: 7% 5% 3% 5%;
  }

  .intro-container-inner {
    width: 100%;
  }

  .intro-text {
    height: 15rem;
  }

  .contain-name {
    width: 100%;
    margin: 5%;
  }

  .ellipse1 {
    width: 70%;
    height: 13%;
  }

  .ellipse2 {
    width: 75%;
    height: 17%;
  }

}


@media screen and (min-width: 1200px) {
  .intro-container {
    padding: 2% 5% 3% 5%;
  }

  .contain-name {
    width: 80rem
  }
  .ellipse1 {
    width: 60%;
    height: 15%;
  }

  .ellipse2 {
    width: 65%;
    height: 19%;
  }
}

@media screen and (min-width: 2560px) {

  .intro-container {
    margin-bottom: 0%;
  }

  .intro-container-inner {
    width: 70%;
  }
  .ellipse1 {
    width: 40%;
    height: 5%;
  }

  .ellipse2 {
    width: 45%;
    height: 6%;
  }


}
