.button {
    background: #312783;
    padding: 8px 16px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    width: 100%;         /* Expands to full width of the container */
    font-size: 1.1em;
    text-align: center;
}

.button:hover {
    background: #be1622;
    color: #fff;
}

.wrap {
    background: #fff;
    padding: 40px;
    border-radius: 1em;
    box-shadow: 2px 2px 0 #f3f3f3;
    border: 1px solid #eee;
}

a {
  color: #312783;
}
a:hover {
  color: #be1622;
}
