body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0 auto;
}

a {
    color: #2A423E;
    text-decoration: none;
    border-bottom: 1px #2A423E;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #2A423E;
}

a:visited {
    color: #2A423E;
    text-decoration: none;
}

.center {
    width: 50%;
    margin: auto;
    text-align: center;
} 

.center_logo {
    width: 30%;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
    text-align: center;
} 

.logo {
    text-align: center;
    border-bottom: none;
}
