﻿* {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #f9f9fb;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #67757c;
    text-align: left;
    background-color: #f4f6f9 !important;
}

footer {
    background: white;
    height: 10vh;
}

header {
    background: white;
    min-height: 10vh;
}


.error-container {
    min-height: 80vh;
}

.container-logo {
    width: max-content;
}

.error-title {
    font-size: 60px;
}

.footer-text {
    font-size: 13px;
}

.info-container {
    width: max-content;
}

.timestamp-error p {
    margin-bottom: 0;
}
