@media  (width >= 1001px) {

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

img {
  max-height: 25%;
  max-width: 25%;
  align-items: center;
  justify-content: center;
  margin: 5px;
  flex-shrink: 2;
  height: auto;
  object-fit: scale-down; max-width: 100%;
}

a:link {
  color: rgb(255, 171, 249);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(255, 171, 249);
  background-color: transparent;
  text-decoration: none;
}

a:active{
  color: rgb(101, 217, 246);
  background-color: transparent;
  text-decoration: none;
}

h1, h3, h4 {
  font-size: 1.5rem;
  display: flex;              /* establish flex container */
  flex-direction: column;     /* stack flex items vertically */
  justify-content: center;    /* center items vertically, in this case */
  align-items: center;        /* center items horizontally, in this case */
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 3px 0 #000000, 1px 1px 0 #000000;
  font-family: "Audiowide", system-ui;
  border: solid rgb(255, 255, 255);
}

h2 {
  margin-bottom: 2.5%;
  font-size: 2rem; 
  text-justify: inter-word;
  text-align: center;
 

}

p {
  padding-left: 0%;
  padding-right: 0;
  text-wrap: pretty;
  text-align: center;
}

h4 {
  margin: 10px;
}

h6 {
  margin-top: 75px;
  margin-right: 150px;
  margin-left: 150px;
  display: flex;              /* establish flex container */
  justify-content: center;    /* center items vertically, in this case */
  align-items: center;        /* center items horizontally, in this case */
  letter-spacing: 3px;
  font-family: "Audiowide", system-ui;
  flex-direction: column;   
}

.mainheading {
  display: flex;              /* establish flex container */
  flex-direction: column;     /* stack flex items vertically */
  justify-content: center;    /* center items vertically, in this case */
  align-items: center;        /* center items horizontally, in this case */
  letter-spacing: 4px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-family: "Audiowide", system-ui;
  flex-wrap: wrap;
  margin-left: 15%;
  margin-right: 15%;
}

.blog {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  width: 300px;
  flex: 1 1 100px;
  margin: 33%;
  text-align: center;
  justify-content: center;
  align-items: center; 
  flex-direction: column; 
}

div.box {
  width: 500px;
  height: 500px;
  color: rgb(130, 215, 226);
  overflow: auto;
  text-align: center;
  justify-content: center;
  margin: 0px;
  scrollbar-width: 0px;
  flex-direction: column; 
}
  
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.button {
display: flex;
justify-content: center;
align-items: center;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: px;
  flex-wrap: wrap;
  margin-left: 15%;
  margin-right: 15%;
}

@media  (height >= 1100px) {
.mainp {
  display: flex;  
  justify-content: center;    /* center items vertically, in this case */
  align-items: center;        /* center items horizontally, in this case */
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-family: "Audiowide", system-ui;
  flex-direction: column; 
  text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
  flex-wrap: wrap;
  font-size: 2.6rem;
}
}

@media  (height <= 1100px) {
  .mainp {
    display: flex;  
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
    margin-left:15%;
    margin-right: 15%;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: "Audiowide", system-ui;
    flex-direction: column; 
    text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
    flex-wrap: wrap;
    font-size: 1.35rem;
  }
  }

}


@media  (width <= 1000px) {

  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  
  img {
    max-height: 25%;
    max-width: 25%;
    align-items: center;
    justify-content: center;
    margin: 0px;
    flex-shrink: 2;
    height: auto;
    object-fit: scale-down; max-width: 100%;
  }
  
  a:link {
    color: rgb(255, 171, 249);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(255, 171, 249);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:active{
    color: rgb(101, 217, 246);
    background-color: transparent;
    text-decoration: none;
  }
  
  h1, h3, h4 {
    font-size: 2rem;
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 0.2rem;
    border-radius: 5px;
    text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 1px 0 #000000, 0.5px 0.5px 0 #000000;
    font-family: "Audiowide", system-ui;
    border: solid rgb(255, 255, 255);
    
  }
  
  h2 {
    margin-bottom: 5%;
    font-size: 1.3rem; 
    text-justify: inter-word;
    padding: 0.2rem;
    text-align: center;

  }
  
  p {
    padding-left: 0%;
    padding-right: 0;
    text-wrap: pretty;
    text-align: center;
  }
  
  h4 {
    margin: 0%;
  }
  
  h6 {
    margin-top: 5%;
    margin-right: 50%;
    margin-left: 50%;
    display: flex;              /* establish flex container */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
    letter-spacing: 3px;
    font-family: "Audiowide", system-ui;
    flex-direction: column;   
  }
  
  .mainheading {
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
    letter-spacing: 3px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-family: "Audiowide", system-ui;
    flex-wrap: wrap;
    margin-left: 2%;
    margin-right: 2%;
  
  }
  
  .blog {
    display: flex;
    flex-wrap: wrap;
    height: 500px;
    width: 300px;
    flex: 1 1 100px;
    margin: 33%;
    text-align: center;
    justify-content: center;
    align-items: center; 
    flex-direction: column; 
  }
  
  div.box {
    width: 500px;
    height: 500px;
    color: rgb(130, 215, 226);
    overflow: auto;
    text-align: center;
    justify-content: center;
    margin: 0px;
    scrollbar-width: 0px;
    flex-direction: column; 
  }
    
  #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .button {
   
      position: absolute;
      bottom: 5px;
      margin-right: 5%;
      margin-left: 5%;
      justify-content: center;
      align-items: center;
      left: 5px;
      right: 5px;
      display:flex;
    
  }
  
  .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0%;
  }
  

  @media  (width <= 1000px) {
  .mainp {
    display: flex;  
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0%;
    letter-spacing: 2px;
    font-family: "Audiowide", system-ui;
    flex-direction: column; 
    text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
    flex-wrap: nowrap;
    font-size: 1.1rem;
    text-justify: inter-character;
  }

  @media  (height >= 1000px) {
    .mainp {
      display: flex;  
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 0%;
      letter-spacing: 2px;
      font-family: "Audiowide", system-ui;
      flex-direction: column; 
      text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
      flex-wrap: nowrap;
      font-size: 1.8rem;
      text-justify: inter-character;
    }

    h2 {
      font-size: 2rem;
    }
  }

  @media  (height <= 750px) {
    .mainp {
      display: flex;  
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 0%;
      letter-spacing: 2px;
      font-family: "Audiowide", system-ui;
      flex-direction: row-reverse; 
      text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
      flex-wrap: nowrap;
      font-size: 1rem;
    }
  
    h1, h3, h4 {
      font-size: 1.2rem;
      display: flex;              /* establish flex container */
      flex-direction: column;     /* stack flex items vertically */
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 0.2rem;
      margin-right: 0.2rem;
      padding: 0.2rem;
      border-radius: 5px;
      text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 1px 0 #000000, 0.5px 0.5px 0 #000000;
      font-family: "Audiowide", system-ui;
      border: solid rgb(255, 255, 255);
      
    }
  }
  
  
  @media  (width <= 400px) {
    .mainp {
      display: flex;  
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 0%;
      letter-spacing: 2px;
      font-family: "Audiowide", system-ui;
      flex-direction: row-reverse; 
      text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
      flex-wrap: nowrap;
      font-size: 1.1rem;
    }
  
    h1, h3, h4 {
      font-size: 1.5rem;
      display: flex;              /* establish flex container */
      flex-direction: column;     /* stack flex items vertically */
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 0.2rem;
      margin-right: 0.2rem;
      padding: 0.2rem;
      border-radius: 5px;
      text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 1px 0 #000000, 0.5px 0.5px 0 #000000;
      font-family: "Audiowide", system-ui;
      border: solid rgb(255, 255, 255);
      
    }
    @media  (width >= 385px) {
      .mainp {
        display: flex;  
        justify-content: center;    /* center items vertically, in this case */
        align-items: center;        /* center items horizontally, in this case */
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 0%;
        letter-spacing: 2px;
        font-family: "Audiowide", system-ui;
        flex-direction: row-reverse; 
        text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
        flex-wrap: nowrap;
        font-size: 1.1rem;
      }
    }
  }
  @media  (width <= 380px) {
    .mainp {
      display: flex;  
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 0%;
      letter-spacing: 2px;
      font-family: "Audiowide", system-ui;
      flex-direction: row-reverse; 
      text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
      flex-wrap: nowrap;
      font-size: 1rem;
    }
    

    @media  (width >= 370px) {
      .mainp {
        display: flex;  
        justify-content: center;    /* center items vertically, in this case */
        align-items: center;        /* center items horizontally, in this case */
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 0%;
        letter-spacing: 2px;
        font-family: "Audiowide", system-ui;
        flex-direction: row-reverse; 
        text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
        flex-wrap: nowrap;
        font-size: 0.9rem;
      }
    }

    @media  (width >= 370px) {
      .mainp {
        display: flex;  
        justify-content: center;    /* center items vertically, in this case */
        align-items: center;        /* center items horizontally, in this case */
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 0%;
        letter-spacing: 2px;
        font-family: "Audiowide", system-ui;
        flex-direction: row-reverse; 
        text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
        flex-wrap: nowrap;
        font-size: 0.9rem;
      }
    }

    @media  (width < 370px) {
      .mainp {
        display: flex;  
        justify-content: center;    /* center items vertically, in this case */
        align-items: center;        /* center items horizontally, in this case */
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 0%;
        letter-spacing: 2px;
        font-family: "Audiowide", system-ui;
        flex-direction: row-reverse; 
        text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
        flex-wrap: nowrap;
        font-size: 0.8rem;
      }

          @media  (height > 690px) {
          .mainp {
            display: flex;  
            justify-content: center;    /* center items vertically, in this case */
            align-items: center;        /* center items horizontally, in this case */
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 0%;
            letter-spacing: 2px;
            font-family: "Audiowide", system-ui;
            flex-direction: row-reverse; 
            text-shadow: -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000000, 1px -1px 0 #000000;
            flex-wrap: nowrap;
            font-size: 0.9rem;
          }
         }
    }

    h1, h3, h4 {
      font-size: 1.5rem;
      display: flex;              /* establish flex container */
      flex-direction: column;     /* stack flex items vertically */
      justify-content: center;    /* center items vertically, in this case */
      align-items: center;        /* center items horizontally, in this case */
      margin-left: 0.2rem;
      margin-right: 0.2rem;
      padding: 0.2rem;
      border-radius: 5px;
      text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 1px 0 #000000, 0.5px 0.5px 0 #000000;
      font-family: "Audiowide", system-ui;
      border: solid rgb(255, 255, 255);
      
    }
  }
}
  } 
  
  