.lakbw-error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    font-family:'Montserrat';
}

.lakbw-error-code {
    font-size: 8rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 1rem;
    line-height: 1;
}

.lakbw-error-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-red);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.lakbw-error-content-container {
    font-size: 1rem;
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
}

.lakbw-error-button-container {
    font-size: 1rem;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lakbw-error-button-container .lakbw-btn {
	width: 100%;
	justify-content: center;
}