body{
    font-family:'Times New Roman', Times, serif;
}
img {
    max-width: 45%;
    align-self: center;
    margin-top: 10px;
}
.card {
    text-align-last: center;
    margin: auto;
    margin-top: 50px;
}
hr.first{
    border-bottom: 3px solid #7c868F;
    margin-bottom: 1px;
}
hr.second{
    margin-top: 0px;
    border-bottom: 6px solid #8cc1e9;
}
h3{
    color: #143658;
    font-weight: bold;
}
h2{
    color: #143658;
    font-weight: bold;
}
a:link, a:visited, a:hover, a:active{
    width:25%;
    padding: 10px 10px;
    margin: auto;
    margin-bottom: 30px;
    color: white;
    background-color: #143658;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: bold;  
    text-decoration: none;
}