
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.contact-button {
    font-family: algerian;
    font-size: 15px;
    color: black;
    margin: 0;
    padding: 12px 30px;
    background: white;
    border: 2px solid black;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 1.3;
}

.contact-button:hover {
    background: black;
    color: white;
}