.blue {
    background: #1a293e;
    padding: 10px 34px;
    text-decoration: none;
    color: white;
    font-weight: normal;
    margin: 2rem 0;
}

.blue:hover {
    background-color: #115985;
}
