.centerText{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.errorpage .message{
    height: 50%;
    width: 100%;
}
.redirect-to-main-button h3{ 
    margin-bottom: 0;
}
