* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --main-color: #a32cc4;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  max-width: 100%;

  background: #f5f2f5;
}

h2 {
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 300;
  color: var(--main-color);
}

.hero {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;

  /* background: linear-gradient(
      73.84deg,
      #f2ce97 -3.02%,
      rgba(247, 194, 203, 0.591248) 38.68%,
      rgba(255, 255, 255, 0) 92.45%
    ),
    #cb87dd; */
}

.header {
  background-color: #a32cc4;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.75);
}

.header-nav {
  width: 90%;
  display: flex;
  margin: auto;
  justify-content: space-between;
}

.header-nav a {
  height: 101px;
  z-index: 1;
}

.headercorner {
  position: absolute;
  width: 433px;
  height: 101px;
  left: 0px;
  top: 0px;
}

.ellipse1 {
  position: absolute;
  width: 45vw;
  /* height: 25vw; */
  right: 0;
  top: -92px;
  /* border-radius: 50%; */

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.ellipse2 {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 30vw;
  top: 187px;
}

.ellipse3 {
  position: absolute;
  width: 250px;
  height: auto;
  left: -100px;
  bottom: -100px;
  /* border-radius: 50%; */

  background: linear-gradient(
    125.27deg,
    rgba(255, 255, 255, 0.38) 15.5%,
    rgba(255, 255, 255, 0) 70%
  );
}

.waves {
  position: absolute;
  width: 100vw;
  height: 90vh;
  bottom: -100px;

  opacity: 1;
}

.menu {
  height: 3rem;
  margin-top: 35px;

  display: none;
}

nav {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  height: 101px;
  /* border-bottom-color: #770092; */
}

.logo {
  width: 160px;
  margin-top: 10px;

  z-index: 1;
}

.nav-items {
  display: flex;
  width: 600px;
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
}

.nav-item {
  font-style: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  padding: 10px 20px 10px 20px;

  height: 40px;
  text-align: center;
  list-style: none;
  cursor: pointer;
}

.nav-item a {
  text-decoration: none;
  color: #f9e1f9;
}

.nav-item:hover {
  font-weight: 900;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #edc1ad;
}

.active {
  font-weight: 900;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #edc1ad;
}

.main-texts {
  position: absolute;
  width: 433px;
  height: 228px;
  left: 10vw;
  top: 25vh;
}

.hero-text {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  color: #770092;
}

.hero-text-2 {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #550268;
}

.main-btn {
  position: relative;
  margin-top: 10px;
  width: 188px;
  height: 49px;
  align-items: center;
  text-align: center;
  z-index: 1;

  background: linear-gradient(
      78.76deg,
      #8b6fff 0%,
      rgba(255, 255, 255, 0) 90.83%
    ),
    #a32cc4;
  border-radius: 22px;
}

.main-btn-txt {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 49px;
  text-decoration: none;
  color: #f9e1f9;
}

.main-btn:hover {
  background: linear-gradient(
      78.76deg,
      #a38dfa 0%,
      rgba(255, 255, 255, 0) 90.83%
    ),
    #ac52c5;
  border-radius: 22px;
}

.nurses img {
  position: absolute;
  height: 80vh;
  right: 5vw;
  bottom: 0;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  overflow-x: hidden;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    height: 75vh;
  }
  10% {
    opacity: 1;
    height: 80vh;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    height: 75vh;
  }
  4% {
    opacity: 1;
    height: 87vh;
  }
  40% {
    opacity: 1;
    height: 87vh;
  }
  60% {
    opacity: 0;
    height: 87vh;
  }
  100% {
    opacity: 0;
  }
}

#f1 {
  -webkit-animation-delay: 0s;
}

#f2 {
  -webkit-animation-delay: -20s;
}

.arrowdown {
  position: absolute;
  height: 50px;
  width: 150px;
  background-color: #e8b6e6;
  bottom: -10px;
  left: 50%;
  border-radius: 10px;
  text-align: center;
  transform: translate(-50%, 0%);
}
.arrowdown i {
  color: black;
  font-size: 18px;
  height: 100%;
  line-height: 50px;
}

.scroll {
  position: absolute;

  width: 30px;
  left: calc(50% - 15px);
  bottom: 20px;
  animation: move 1.5s infinite alternate;
  opacity: 0.5;
  overflow-x: hidden;
}

@keyframes move {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(20px);
  }
}

.section1 {
  position: static;
  height: 100vh;
}

.section2 {
  position: relative;
  width: 100vw;
  background-color: #f5f2f5;
  text-align: center;
  padding-top: 20px;
}

.cardrow {
  display: flex;
  width: 85vw;
  margin: auto;
  padding: 6rem;
  justify-content: space-between;
}

.card {
  padding: 15px;
  width: 250px;
  background: #fff;

  box-shadow: 4px 4px 23px rgba(0, 0, 0, 0.25);
}
.cardrow img {
  width: 100px;
}

.cardtitle {
  letter-spacing: 0.33em;
  font-size: 12px;
  font-weight: 600;
  margin: 1rem 0;
}

.cardtext {
  font-size: 12px;
  font-weight: 300;
}

.section3 {
  background-image: url(./img/backpurple.jpg);
  background-size: cover;
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  opacity: 0.73;
}

.iconcard {
  padding: 2rem;
  text-align: center;
  margin: auto;
  font-size: 40px;
  color: #fff;
}

.section3 .icon {
  padding: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.icontitle {
  font-size: 20px;
  margin: 1rem 0;
}
.icontext {
  font-size: 14px;
  margin: 1rem 0;
}

.section4 {
  text-align: center;
  padding: 2rem;
  width: 80%;
  margin: auto;
}

.section4 p {
  font-size: 1.5rem;
  color: #000000;
  margin-top: 1rem;
}

.section5 {
  padding: 2rem 0;
}

.rectangle {
  background: #ffffff;
  box-shadow: 4px 4px 23px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  display: flex;
}

.rectangle img {
  width: unset;
  height: 20vw;
}

.rectangle-left {
  margin: 2rem 10vw 6rem 0;
}

.rectangle-right {
  margin: 2rem 0 4rem 10vw;
}

.textleft {
  padding: 4rem;
  text-align: left;
}

.textright {
  padding: 4rem;
  text-align: right;
}

.rectitle {
  color: var(--main-color);
  font-size: 2rem;
}

.rectext {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
}

footer {
  background-color: #770092;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding: 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  justify-content: space-between;
  grid-gap: 30px;
}

footer i {
  margin-right: 1rem;
}
.foo1 img {
  width: 150px;
}
.foo1 p {
  margin-top: 10px;
  margin-right: 50px;
}

.foo2 a {
  text-decoration: none;
  color: #fff;
}

.foo2 a:hover {
  color: #e8b6e6;
}

.foo3list {
  display: flex;
  justify-content: space-between;
  margin: 0 30px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.foo4list {
  display: flex;
  justify-content: left;
  margin-bottom: 1rem;
}

.foo4zip {
  margin-left: 2rem;
}

.foo5 {
  justify-content: end;
}

/* --------------------------SERVICES -------------------------- */

.ser-hero {
  position: absolute;
  width: 100%;
  height: 90vh;
  z-index: -1;
}

.ser-ellipse1 {
  position: absolute;
  width: 45vw;
  /* height: 25vw; */
  right: 0;
  top: -92px;
  /* border-radius: 50%; */

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.ser-ellipse2 {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 30vw;
  top: 187px;
}

.ser-ellipse3 {
  position: absolute;
  width: 250px;
  height: auto;
  left: -100px;
  bottom: -100px;
  /* border-radius: 50%; */

  background: linear-gradient(
    125.27deg,
    rgba(255, 255, 255, 0.38) 15.5%,
    rgba(255, 255, 255, 0) 70%
  );
}

.section-serv-2 {
  position: relative;
  background-image: url(./img/backpurple.jpg);
  background-size: cover;
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  opacity: 0.73;
}

.section-serv-2 h2 {
  text-align: center;
  color: white;
  font-size: 3rem;
  margin: auto;
  padding: 2rem;
}

/* ----------------------SERV CARD ---------------------------*/

.section-serv-3 {
  display: grid;
  grid-gap: 100px 100px;
  grid-template-columns: auto auto;
  width: 80vw;
  margin: 60px auto;
  justify-content: center;
}

.section-serv-3-last {
  display: flex;
  flex-wrap: wrap;
  width: 70vw;
  margin: auto;
  justify-content: center;
  padding: 30px;
  margin-bottom: 30px;
}

.servcard {
  position: relative;
  padding: 15px;
  width: 400px;
  height: 520px;
  background: #fff;
  box-shadow: 4px 4px 23px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 10px;
  align-content: center;
  justify-content: center;
}

.servcard img {
  width: 370px;
  margin-bottom: 2rem;
  border-radius: 7px;
}

.servcard-title {
  font-size: 2rem;
  color: var(--main-color);
  margin-bottom: 2rem;
}

.servcard-button {
  position: absolute;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid var(--main-color);

  display: inline-block;
  align-self: center;
  left: 20%;
  right: 20%;
  margin: auto;
  bottom: 30px;
}

.servcard-button a {
  color: var(--main-color);
  text-decoration: none;
}

.servcard-button:hover {
  background-color: var(--main-color);
  cursor: pointer;
  color: #fff;
}

.servcard-button:hover a {
  color: #fff;
}

/* -----------------------SMALL HERO --------------------------*/

.smallhero-main {
  position: absolute;
  height: 60vh;
}
.smallhero {
  position: unset;
  display: flex;
  top: 10vh;
  margin: 4rem;
  margin-top: 140px;
  align-items: center;
}

.smallhero img {
  width: 30vw;
  margin-right: 15vw;
}
.smallherotext p {
  font-size: 1.5rem;
}
.smallherotitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 300;
  color: var(--main-color);
}

/* --------------------------ABOUT------------------------------ */

.section-about-1 {
  width: 90%;
  margin: auto;
  position: static;
}
.about-hero {
  position: static;
  width: 100%;
  height: 85vh;
  z-index: -1;
}

.abouthero-main {
  position: absolute;
  height: 90vh;
}
.abouthero {
  position: relative;
  display: flex;
  top: 10vh;
  margin: 4rem;
  align-items: center;
}

.abouthero img {
  width: 30vw;
  margin-left: 15vw;
  align-self: initial;
}
.aboutherotext p {
  font-size: 1.5rem;
}
.aboutherotitle {
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 300;
  color: var(--main-color);
  padding-bottom: 1.5rem;
}

.aboutherotext p {
  font-weight: lighter;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}

.section-about-2 {
  position: static;
  margin-bottom: 150px;
  margin-top: 150px;
}

.section-about-2 img {
  width: 100%;
}

/* --------------------------EMPLOYMENT------------------------- */
.section-emplo-1 {
  width: 90%;
  margin: auto;
  position: static;
}
.emplo-hero {
  position: absolute;
  width: 100%;
  height: 85vh;
  z-index: -1;
}

.emploherotextblock {
  position: relative;
}

.emplohero-main {
  position: absolute;
  height: 60vh;
}
.emplohero {
  position: relative;
  display: flex;
  top: 10vh;
  margin: 4rem;
  align-items: center;
}

.emplohero img {
  width: 25vw;
  margin-left: 15vw;
  align-self: initial;
}
.emploherotext p {
  font-size: 1.5rem;
}
.emploherotitle {
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 300;
  color: var(--main-color);
  padding-bottom: 2rem;
}

.emploherotext p {
  font-weight: lighter;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}

.section-emplo-2 {
  position: relative;
  margin-bottom: 150px;
  margin-top: 150px;
}

.section-emplo-2 img {
  width: 100%;
}

.emplo-button {
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid var(--main-color);

  display: inline-block;
  align-self: center;
  left: 20%;
  right: 20%;
  margin: auto;
  bottom: 30px;
  text-align: center;
}

.emplo-button a {
  color: var(--main-color);
  text-decoration: none;
}

.emplo-button:hover {
  background-color: var(--main-color);
  cursor: pointer;
  z-index: 1;
}

.emplo-button a:hover {
  color: #fff;
}

/* --------------------------COVERAGE -------------------------- */
.section-cover-2 {
  position: relative;
}

.section-cover-2 img {
  width: 100%;
  height: auto;
}

.section-cover-2 p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 30vw;
  color: #571f67;
  font-size: 1.2rem;
}

.section-cover-3 {
  position: relative;
  width: 80%;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto auto auto;
  margin: auto;
  margin-top: 5rem;
}

.section-cover-3 div {
  line-height: 2rem;
}

.section-cover-4 p {
  text-align: center;
  color: var(--main-color);
  font-size: 2rem;
  margin: 5rem;
}

/* --------------------------CONTACT---------------------------- */

.section-contact-2 {
  background-color: var(--main-color);
  color: white;
  padding: 4rem;
  display: flex;
  margin: auto;
  margin-bottom: 150px;
}

.contact {
  width: 30%;
  border-right: solid 2px #fff;
}
.contact-info {
  display: flex;
}
.column-desc {
  margin-left: 10px;
  width: 80%;
}

.column-desc-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.column-desc-text {
  margin-bottom: 20px;
}

.column-icon {
  width: 10%;
}

.status {
  height: 40px;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: auto;
}

.status span {
  color: red;
  background-color: beige;
  font-size: 1.5rem;
  margin: auto;
}
/* -------------------------FORM------------------ */

.contact-form {
  padding: 0 3rem;
  width: 100%;
}

input[type="text"],
textarea,
select {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  height: 200px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000000;
}

input[type="submit"] {
  width: 30%;
  background-color: #f094f3;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type="submit"]:hover {
  background-color: #4b0545;
}

@media only screen and (max-width: 1120px) {
  .nav-items {
    width: 500px;
  }
  .nav-item {
    padding: 10px 10px 10px 10px;
  }
  .cardrow {
    width: 100%;
  }
}

/* ---------------------------MEDIA cell----------------------------- */

@media only screen and (max-width: 991px) {
  .menu {
    display: inline-block;
    cursor: pointer;
  }

  .nav-items {
    position: absolute;
    display: block;
    background-color: #a32cc4;
    margin-top: 101px;
    opacity: 0.95;
    height: 10000px;
    width: 70%;
    right: -70%;
  }

  .nav-item {
    height: 4rem;
    line-height: 3rem;
  }

  .nav-item:hover {
    font-weight: 900;
    background-color: rgb(171, 71, 199);
    border: none;
  }

  .active {
    font-weight: 900;

    background-color: rgb(185, 117, 204);
    border: none;
  }

  .open-menu {
    max-width: 100%;
    animation: menu-in 1s forwards;
  }

  @keyframes menu-in {
    from {
      right: -70%;
    }
    to {
      right: 0%;
    }
  }

  .smallhero {
    display: block;
  }

  .smallhero img {
    width: 60%;
  }

  .section2 {
    padding-top: 0;
  }

  .cardrow {
    display: block;
    margin: auto;
    padding: 0;
  }

  .card {
    margin: 3rem auto;
  }

  .section3 {
    display: block;
  }

  .section4 {
    width: 95%;
  }

  .rectangle {
    display: block;
  }

  .rectangle img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  footer {
    display: block;
  }

  /* -------------------ABOUT cell------------*/

  .abouthero-main {
    position: absolute;
  }
  .section-about-1 {
    display: block;
    position: static;
    margin-top: 140px;
    width: 100%;
  }

  .abouthero {
    display: block;
    position: relative;
    top: unset;
  }

  .abouthero img {
    width: 60%;
  }
  .aboutherotextblock {
    width: 100%;
    position: relative;
  }
  .aboutherotext p {
    font-size: 1rem;
  }

  .section-about-2 {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  /* -------------------EMPLOYMENT cell------------*/

  .emplohero-main {
    position: absolute;
  }
  .section-emplo-1 {
    display: block;
    position: static;
    margin-top: 140px;
    width: 100%;
  }

  .emplohero {
    display: block;
    position: relative;
    top: unset;
  }

  .emplohero img {
    width: 60%;
  }
  .emploherotextblock {
    width: 100%;
    position: relative;
  }

  .emploherotitle {
    font-size: 3rem;
  }

  .emploherotext p {
    font-size: 1rem;
  }

  .section-emplo-2 {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .emplo-button {
    margin-bottom: 50px;
  }

  /*---------------------SERVICES cell -------------*/
  .smallhero-main {
    position: absolute;
  }
  .smallhero {
    position: unset;
  }

  .section-serv-1 {
    display: block;
    position: static;
    margin-top: 140px;
  }

  .section-serv-2 {
    display: block;
    position: relative;
    height: unset;
    margin-top: 50px;
  }

  .section-serv-3 {
    display: block;
    width: 100%;
    margin: auto;
  }

  .servcard {
    margin: 50px auto;
    width: 300px;
    height: 450px;
  }

  .servcard img {
    width: 270px;
  }

  .servcard-title {
    font-size: 1.5rem;
  }

  .servcard-button {
    left: 20%;
    right: 20%;
  }

  .section-serv-2 h2 {
    font-size: 2.5rem;
  }

  .section-serv-3-last {
    display: block;
    padding: 0;
    margin: auto;
    width: 100%;
    margin: 60px auto;
    justify-content: center;
  }

  /*------------COVERAGE cell -------------*/
  .section-cover-2 p {
    position: unset;
    width: 100%;
    font-size: 0.7rem;
  }

  .section-cover-4 p {
    margin: 1rem;
    font-size: 1.5rem;
  }

  .section-cover-3 {
    width: 90%;
    grid-template-columns: auto auto;
  }

  /*-------------CONTACT cell ---------------*/
  .section-contact-2 {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 50px;
  }

  .contact {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #fff;
    padding: 2rem 4rem;
  }

  .contact-form {
    margin-top: 30px;
    padding: 2rem 1rem 5rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .section1 {
    text-align: center;
    align-items: center;
    align-content: center;
    margin: auto;
  }
  .hero {
    position: relative;
    width: 100vw;
    height: 50vh;
  }

  .waves {
    left: 0;
    height: 47vh;
  }
  .nurses {
    position: absolute;
    display: flex;

    top: 0;
    width: 100%;
    height: 50vh;
    margin: auto;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .nurses img {
    position: inherit;
    /* bottom: 50vh; */
    /* left: calc(50% - 140px); */
    right: auto;
    height: 40vh;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 40s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 40s;
    z-index: 2;
  }

  @-webkit-keyframes fade {
    0% {
      opacity: 0;
      height: 40vh;
    }
    10% {
      opacity: 1;
      height: 45vh;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes fade {
    0% {
      opacity: 0;
      height: 30vh;
    }
    4% {
      opacity: 1;
      height: calc(50vh - 100px);
    }
    40% {
      opacity: 1;
      height: calc(50vh - 100px);
    }
    60% {
      opacity: 0;
      height: calc(50vh - 100px);
    }
    100% {
      opacity: 0;
    }
  }

  .main-texts {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 50vh;
    left: 0;
    top: 50vh;
    text-align: center;
    z-index: 10;
  }
  .hero-text {
    padding-top: 10vh;
    font-size: 30px;
  }
  .hero-text-2 {
    margin-top: 20px;
    width: 80vw;
    left: auto;
    height: auto;
    margin: auto;
    text-align: center;
  }

  .hero-text-2 p {
    top: 0;
    font-size: 14px;
    margin: auto;
    left: auto;
  }

  .main-btn {
    margin: 20px auto 0 auto;
    width: 80vw;
    height: 49px;
    left: auto;
    top: 0;
  }

  .headercorner {
    left: -100px;
  }

  .scroll {
    width: 24px;
    left: calc(50% - 12px);
  }
}

@media only screen and (min-width: 1600px) {
  .body {
    margin: auto;
  }
  .header-nav {
    max-width: 1600px;
  }

  .smallhero-main {
    max-width: 1600px;
    margin: auto;
  }
}
