@import "fonts.css";

.center {
    padding-left: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 95vh;
    text-align: center;
}

#error-container {
    margin-top: 5%;
}

#error-title {
    height: 24px;
    font-family: "MontserratMedium";
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
}

#error-message {
    width: 361px;
    font-family: "Montserrat";
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    font-size: 13px;
}

#error-image {
    max-width: 190px;
    height: auto;
}

#back-button {
    margin-top: 36px;
}