.error-button-container{
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 1000;
}

.error-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 16px;
    width: 100%;
    height: 420px;
    margin-bottom: 40px;
}

.error-img {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
    margin-left: 50px;
}

.error-gif {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}

.error-message{
    font-family: 'nova';
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #546E7A;
    margin: 0;
}