body {
    font-family: "Playfair Display", serif;
}

.names {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    color: #c2a97e;
}

.subtitle {
    font-size: 1.25rem;
    color: #555;
}

.form-control, .form-select {
    font-size: 1rem;
}

.btn-primary {
    background-color: #c2a97e;
    border: none;
}

.btn-primary:hover {
    background-color: #b4976b;
}
