
body {
    font-family: sans-serif;
    letter-spacing: 2px;
    background: #fafafa;
    -webkit-margin-end: 0;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}


nav {
    position: fixed; /* Set the navbar to fixed position */
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}
.container {
    background-color: white;
    margin-top: 40px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px -2px rgba(0,0,0,.2);
    margin-bottom: 100px;

}
.cases {
    background-color: rgb(255, 255, 255);
    margin-top: 30px;
    border-radius: 10px;
    padding: 30px;
    
}
.cases div {
    border-radius: 10px;
    margin: 20px;
    padding: 5px;
}
.cases p {
   font-weight: bold;
   color: rgb(156, 156, 156);
}
.tab {
    font-weight: bold;
    color: rgb(156, 156, 156);
    font-family: sans-serif;

}
.chart {
    letter-spacing: 0px;
    /* display: inline-block; */
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 600px;
}
.info-covid {
    background-image: url('./images/covid_info.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    margin: 0 auto;
    width: 1150px;
    height: 700px;
    border-radius: 12px;
    margin-top: 50px;
}
.info-covid a {
    font-size: 10px;
}
.app {
    background-image: url('./images/apps.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 300px;

}
.app p{
    letter-spacing: 0px;
    color: rgb(156, 156, 156);

}
.app img{
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.card {
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.separator {
    margin-top: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(63, 63, 62);
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgb(216, 216, 216);
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

footer {
    background-color: #e0e0e0;
    color: rgb(68, 72, 73);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem; 
    padding: 20px;
    -webkit-margin-end: 0;

}

.footer-content {
    text-align: center;
    float: left;
    font-size: 15px;
}

a {
    color: rgb(79, 80, 82);
    margin-left: 5px;
    float: right;
   
}
a:hover {
    color: rgb(12, 11, 11);
}
@media only screen and (max-width: 600px) {
    .container {
        background-color: white;
        margin-top: 40px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 2px 2px 2px -2px rgba(0,0,0,.2);
        margin-bottom: 100px;
    
    }
    .chart {
        letter-spacing: 0px;
        position: relative;
        display: inline-block;
        margin: auto;
        width: 350px;
    }
    .info-covid {
       background-image: url('./images/covid_info.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%; 
        margin: 0 auto;
        height: 300px;
        width: 380px;
        border-radius: 12px;
        margin-top: 50px;
    }
    .info-covid a {
        font-size: 8px;
    }
    .cases div {
        border-radius: 10px;
        margin: 10px;
        padding: 20px;
    }
    .app {
        background-image: none;
        background-color: #f8f8f8;
        margin-bottom: 300px;
        padding-top: 20px;
    
    }
   .separator {
        letter-spacing: 0px;
        font-size: 17px;
    }
    
  }
