
h2{
    color: #163269;
    text-align: center;
}
h3{

    font-size: 20px;
    color: #163269;
    margin-bottom: 32px;
    margin-top: 16px;
    position: relative;
}
h3:after {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background: #c2a248;
    bottom: -8px;
    left: 2px;
    border-radius: 34px;
}
a{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: large;
    color: rgb(240, 10, 71);
}
a:hover{
    font-size: larger;
    color:rgb(9, 2, 71);;
    font-weight: bold;
}
span{
    color: rgb(173, 58, 16);
    font-size: large;
}
