.button {
    display: block;
    width: 150px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #12303B;
    color: white;
    text-decoration: none;
    border-radius: 30px;
}