body{
    background-color: ghostwhite;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.logo {
    margin: 20px 0;
}

.container {
    font-size: 17px;
    width: 70%;
    line-height: 25px;
    background-color: white;
}

h1 {
    font-weight: bold;
}

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


ul li {
    line-height: 25px;
}


.Footer {
    padding: 10px 0;
    background-color: #343a40;
    color: white;
    text-align: center;
    font-size: 11px;

}

.Abstract
{
    margin: 30px 0;
}

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

.banner-img
{
    width: 90%;
    border: 1px solid #1ccb7c;
}
.btn
{
    background-color: #1ccb7c;
    color: black;
    font-weight: bold;
    border-radius: 20px;
}

.btn:hover
{
    background-color:#0e1c32;
    color: white;
    border-radius: 20px;
}

a{
    color: white;
}

 