.navtab{
  color: white;
  background-color:#545454;
  border-radius: 7px;
  padding: 3px;
}

.navtab:link,
.navtab:visited,
.navtab:hover,
.navtab:active
{
    text-decoration: none;
    color: white;
}

body {
  background-color: #212121;
  font-family: Arial;
  color:  #424242;
  text-align: center;
}
.redirect {
  background-color: #424242;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 100px 10px 100px;
  display: block;
  text-align: center;
  margin: 10px;
  color: wheat;
}
.cardtitle {
font-weight: bold;
}
.github {
  background-color: darkorange;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 0px 10px 0px;
  display: inline-block;
  text-align: center;
  margin: 10px;
  color: white;
  width: 60%;

}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #696969;
}
.nav {
color: white;
background-color: #545454;
max-width: 1000px;
max-height:30px;
padding-top:5px;
padding-bottom: 5px;
border-radius: 10px;
margin-left: auto 450px;
display: inline-block;
}

ul {
  list-style-type: none;
}

.indexcard {
  color: white;
  background-color: darkslategray;
  height: 200px;
  width: 90%;
  max-width: 1000px;
  border-radius: 30px;
  padding: 10px 0;
  text-align: center;
  margin: 10px auto;
  font-size: 30px;
}
  .newscard {
      font-size: 20px;
      height: 200px;
      padding: 20px;
      width: 1000px;
      margin-left: 425px;
      margin-top: 20px;
      margin-bottom: 20px;
      color: black;
      background-color: yellow;
      border-radius: 30px;
  }
@media (max-width: 1080px) {
  .indexcard {
      font-size: 20px;
      height: auto;
      padding: 20px 0;
      width: 90%;
      margin: 20px auto;
  }

  .faqcard1 {
      font-size: 18px;
      height: auto;
      padding: 20px; 
      width: 90%;
      margin: 20px auto;
  }

  .newscard {
      font-size: 18px;
      height: auto;
      padding: 20px;
      width: 90%;
      margin: 20px auto;
      color: black;
      background-color: yellow;
      border-radius: 30px;
  }

  .newsh1 {
      font-size: 40px;
  }

  button {
      background-color: red;
      margin: 10px 0;
      height: 30px;
      width: 70px;
      border: none;
      border-radius: 0 20px 0 20px;
  }

  .home {
      background-color: white;
      height: 50px;
      width: 50px;
      margin-left: 50%;
      border-radius: 10px;
      padding: 5px;
      display: block;
  }
}

@media (min-width: 1200px) {
  .home {
      margin: 0 0 0 900px;
      background-color: white;
      height: 50px;
      width: 50px;
      border-radius: 10px;
      padding: 5px;
      
  }
}

.about {
  font-size: 25px;
  font-weight: bold;
}

.faqcard1 {
  color: white;
  background-color: darkslategray;    
  width: 30%;
  max-width: 1000px;
  border-radius: 30px;
  padding: 10px 0;
  text-align: center;
  margin: 10px auto;
  font-size: 30px;
  display: inline-flexbox;
}

.redirect svg #svgg #path0 {
  fill: white;
}
.currentnav{
  background-color: #151515;
  color: white;
  border-radius: 7px;
  padding: 5px;
}