﻿body {
    background: white;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, Arial, sans-serif;
    /*padding: 20px;*/
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
}

h1 {
    margin-top: 10px;
    color: #f7a123;
    font-size: 40px;
    font-weight: normal;
}

.error-message {
    width: 500px;
    color: #0A0A0A;
    line-height: 1.5;
}
