body{
    background-color: whitesmoke;
    font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: white;
}

/* .fira-sans-regular {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .fira-sans-regular-italic {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
  } */

.logo {
    margin: 30px 0;
}

.container {
    font-size: 15px;
    width: 60%;
    line-height: 22px;
    background-color: #0F1849;;
}

h1 {
    font-weight: bold;
}

.Title{
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.header-logo{
    background-color: white;
}
ul li {
    line-height: 25px;
}


.Footer {
    padding: 20px 30px;
    background-color: #19214e;
    color: white;
    text-align: center;
    font-size: 11px;

}

.Abstract
{
    margin: 30px 0;
}

.CTA
{
    text-align: center;
    padding: 40px 0;
}

.banner-img
{
    width: 100%;
}
.btn {
    background-color: #026CE5;
    color: white;

}



.btn:hover {
    background-color: #026CE5;
    color: white;
}


 
@media (max-width: 768px) {
    body {
        width: 100%;
        justify-content: center;
    }

    .container {
        width: 100%;
    }
}