body {
  font-family: 'Open Sans', sans-serif;
}


.earthtopbar {
  height: 70px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background-color: black;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}


.brand-name {
  height: 40px;
}

.home-button {
  margin-left: 20px;
  color: white;
  background-color: black;
  border-style: none;
  font-size: 20px;
  cursor: pointer;
}

.blank-button {
  width: 50px;
  background-color: black;
  border: none;
}


.article {
  display: grid;
  place-items: center;

  margin-top: 100px;
  margin-left: 8vw;
  margin-right: 8vw;
}

.head {
  display: grid;
  place-items: center;
}

.title {
  font-family: 500;
  font-size: 45px;
  text-align: center;
}

.by {
  font-family: 300;
  font-size: 20px;
  color: rgb(138, 138, 138);
}

.author {
  font-family: 300;
  font-size: 25px;
  padding-top: 10px;
  color: rgb(255, 0, 0);
}

.author-img-box {
  display: grid;
  place-items: center;
  width: 200px;
  left: -80px;
  top: -100px;
  position: absolute;
  border-radius: 100px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.873);
}

.author-img {
  width: 100%;
}

.para-0 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-weight:500;
  font-size: 25px;
  line-height: 40px;
  text-align:justify;
  box-shadow: 0 0 20px rgb(36, 36, 36, 0.7);
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
}


.para-1 {
  margin-bottom: 40px;
  padding-top: 50px;
  line-height: 40px;
}

.midtitle-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  color: red;
  font-family: 'Comfortaa', sans-serif;
}

.para-2 {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 40px;
}

a {
  text-decoration: none;
  color: rgb(47, 0, 255);
}

.para-3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.para-4 {
  line-height: 40px;
}

.para-5 {
  padding-bottom: 30px;
  line-height: 40px;
}

.para-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 40px;
}

.midtitle-2 {
  text-align: center;
  line-height: 50px;
  padding-bottom: 10px;
  font-size: 35px;  font-weight: 400;
  color: red;
  font-family: 'Comfortaa', sans-serif;
}

.carl-seg {
  color: red;
}

.inter-seg {
  color: rgb(47, 78, 255);
}

.precious {
  color: red;
}

.fin {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 45px;
  font-weight: 400;
}

.product-info {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  margin-top: 50px; 
  padding-bottom: 0;
}

.product-page {
  display: grid;
  place-items: center;
  width: 250px;
}

.product-img {
  width: 100%;
}

.last-box {
  display: grid;
  place-items: center;
  margin-top: 50px;
  padding-bottom: 15px;
  box-shadow: 0 0 20px rgb(36, 36, 36, 0.7);
}

.brand-pop-end {
  margin-top: 50px;
}

.pop-end {
  position: relative;
  width: 200px;
  padding-top: 20px;
}

.thank-you-box {
  position: absolute;
  margin-bottom: 200px;
}

.thank-you-end {
  font-weight: 600;
  font-size: 35px;
  color: rgb(0, 0, 0);
}

.end-time {
  color: red;
}


@media only screen and (min-width: 1000px) {
  .earthtopbar {
    height: 50px;
  }
   
  .brand-name {
    height: 30px;
  }
  
  .home-button {
    margin-left: 10px;
    color: white;
    background-color: black;
    border-style: none;
    font-size: 15px;
    cursor: pointer;
  }

  .blank-button {
    width: 50px;
    background-color: black;
    border: none;
  }

  .article {
    margin-top: 60px;
  }
  
  .title {
    font-size: 35px;
    line-height: 50px;
  }
  
  .by {
    font-size: 17px;
  }
  
  .author {
    font-size: 20px;
  }
  
  .body {
    font-size: 20px;
    margin-left: 100px;
    margin-right: 100px;
  }
  
  
}