h1, p {
    text-align: center;
}

h1 {
    font-size: 3em;
    background: linear-gradient(to right, #65650f, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2 {
    text-align: center;
}

.box-div {
    width: max-content;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}

.login-button {
    background-color: #007bff;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-button:hover {
    background-color: #0056b3;
}

.login-button:active {
    background-color: #004085;
}
