body{
    margin: 0;
}

/*Navbar CSS*/
.navbar{
    position: absolute;
    display: flex;
    align-items: center;
    background: white;
    height: 9vw;
    width: 100%;
    z-index: 9001;
    position: fixed;
    border-bottom: black 2px solid;
}

.navbar-logo{
    display: flex;
    align-items: center;

    height: 10vw;
    width: 20vw;
}

.navbar img{
    width: 25vw;
    height: auto;
    /*
    284px
    92px
    */

    filter: invert(1);
}

span{
    display: inline-block;
    margin-right: 0px;
    font-family: 'Patua One', cursive;
    text-align: center;
}

.not-logo-nav-items{
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    margin-right: 0vw;
    margin-left: 4vw;
}

a{
    text-decoration: none;
    color: black;
    margin: 2vw;
    font-size: 1.4vw;
}

.not-logo-nav-items span:hover{
    display: inline-block;
    border-bottom: 0.5vw solid transparent;
}

/*About page body*/
.about-about-page{
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: -moz-hidden-unscrollable;
    background-color: black;
    font-family: 'IBM Plex Serif', serif;
}

.oops{
    transform: scaleX(-1);
    opacity: 0.75;
    object-fit: cover;
    width: 100%;
    height: 110vh;
    min-height: 75vw;
}

.about-spacer{
    width: 100%;
    height: 9vw;
}

.about-about-container{
    width: 100%;
    top: 17.5vw;
    position: absolute;
    height: 37.5vw;
    z-index: 5;
    display: flex;
    /*
    border: solid green 0.2vw;
    */
}

.about-seller-two{
    position: absolute;
    top: 7.5vw;
    /*
    top: 22.5rem;
    21.5%
    360px
    */
    width: 100%;
    text-align: center;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.about-seller-two h2{
    color:indigo;
    font-size: 0vw;
}

.about-seller-two h1{
    font-size: 4vw;
    font-family: 'IBM Plex Serif', serif;
    color: white;
}

.about-sub-seller-two{
    width: 70%;
    margin-left: 15%;
}

.about-about-page p{
    margin-left: 2vw;
    margin-right: 2vw;
    padding-top: 0.5vw;

    font-family: 'IBM Plex Serif', serif;
    font-size: 1.3vw;
    color: white;
}

.about-about-page p a{
    text-decoration: none;
    text-decoration: underline;
    font-family: 'IBM Plex Serif', serif;
    font-size: inherit;
    color: white;
    margin: 0;
    padding: 0;
}

.about-about-container img{
    margin-left: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    border-radius: 3vw;
    border: solid #2c0041 0.5vw;
    background-color: #2c0041;
    width: 21.7vw;
    height: 1.5*21.7vw;
}

/*footer css*/
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 3vw;
    background-color: #110022;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .footer-contents li{
      list-style: none;
  }

  .footer-again{
      display: flex;
      align-items: center;
  }

  .footer-again span{
      width: 100%;
      position: absolute;
      text-align: center;
      font-family: 'IBM Plex Serif', serif;
      font-size: 1vw;
      color: rgba(255, 255, 255, 0.75);
  }

  .footer-logo{
      height: 2.75vw;
      padding-right: 20vw;
      padding-left: 2vw;
  }