body {
    font-family: 'Arial', sans-serif;
    background-color: #f3f3f3;
}

.container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    color: #333;
}

h2 {
    font-size: 1.5rem;
	margin-bottom: 1rem;
}

h4 {
    color: #555;
	font-size: 1.2rem;
}

#verificationMessage {
    margin: 15px 0;
	font-size: 18px;
    font-weight: bold;
}

#verificationMessage.success {
    color: green;
}

#verificationMessage.error {
    color: red;
}

hr {
    border: 0.5px solid #ddd;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

button {
    width: 100%;
}

select, input {
    width: 100%;
}

.row {
    margin-bottom: 20px;
}

.mt-4 {
    margin-top: 0.5rem!important;
}


footer {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
