.error-container {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.error-code {
    font-size: 8rem;
    font-weight: 800;
    color: #b947b1;
}

.error-message {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.home-btn {
    background: #b947b1;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.home-btn:hover {
    background: #b947b1;
    color: #fff;
}
