.navtab{
    color: white;
    background-color: cyan;
    border-radius: 7px;
    padding: 3px;
}

.navtab:link,
.navtab:visited,
.navtab:hover,
.navtab:active
{
    text-decoration: none;
    color: white;
}

body {
    background-color: slateblue;
    font-family: Arial;
    color: white;
    text-align: center;
}
.redirect {
    background-color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px 100px 10px 100px;
    display: block;
    text-align: center;
    margin: 10px;
    color: slateblue;
}
.cardtitle {
  font-weight: bold;
}
.github {
    background-color: darkorange;
    font-size: 20px;
    border-radius: 10px;
    margin: 0;
    padding: 5px 0px 10px 0px;
    display: inline-block;
    text-align: center;
    margin: 10px;
    color: white;
    width: 60%;
    justify-content: center;
    
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: slateblue;
}
.nav {
  color: white;
  background-color: cyan;
  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: slateblue;
    background-color: white;
    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: 0 auto;
        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: slateblue;
    background-color: white;
    width: 30%;
    max-width: 1000px;
    border-radius: 30px;
    padding: 10px 0;
    text-align: center;
    margin: 10px auto;
    font-size: 30px;
    display: inline-flexbox;
}

.currentnav{
    color: white;
    background-color: darkcyan;
    border-radius: 7px;
    padding: 3px;
}

.currentnav:link,
.currentnav:visited,
.currentnav:hover,
.currentnav:active
{
    text-decoration: none;
    color: white;
}
