body{
    font-family: sans-serif;
}

nav.nav-sample {
    background: #196DBA;
}

.title-orange, h3.title-covid {
    color: #FF6600;
}

.container-line{
    padding: 20px;
    border: #9DD074 solid 3px;
}

.container-line-round{
    padding: 30px;
    border: #9DD074 solid 2px;
    border-radius: 10px 10px 10px 10px;
}

.container-line-round .text {
    font-weight: bolder;
    text-transform: uppercase;
}

h1.title-covid{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 2.1rem;
}

h2.title-covid{
    color:#fff;
    background-color: #196DBA;
    padding: 10px;
    width: fit-content;
    font-weight: bolder;
}

h3.title-covid{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    font-weight: bolder;
}

h3.title-covid:before, h3.title-covid:after{
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 30%;
    background: #9DD074;
    z-index: -1;
}

h3.title-covid:before{
    left: 0;
}

h3.title-covid:after {
    right: 0;
}

h3.title-covid span{
    background-color: #fff;
    padding: 0 10px;
}

p.text{
    color: #196DBA;
    font-size: 1.3em;
    margin: 0;
}
