.contact-input {
    width: 96%;
    padding: 10px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

p {
    color: white;
}