﻿/* reset styles */
*, *::before, *::after {
    box-sizing: border-box;
}

ul[class], ol[class] {
    padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class], ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

/* own styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #415a68;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpiZMAOmIGYnQmHBCcQ/8YmwQPELDSUAAEuXBIAAQYAu0YBb0QHSCYAAAAASUVORK5CYII=) repeat #e4e4dc;
}

.container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    border: 1px solid #818897;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
}

.header {
    height: 30px;
    background: linear-gradient(#c4c7cb, #818897);
}

.content {
    padding: 30px;
}

.title {
    font-style: italic;
}

.message {
    margin-top: 1rem;
    font-size: 18px;
    font-weight: bold;
}

.details {
    margin-top: 70px;
}

.status {
    margin-top: 1rem;
    font-weight: bold;
}
