﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

html {
    background-color: #fefefe;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif !important;
}

.container {
    width: 50rem;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .container > a {
        display: inline-block;
        margin: 2rem auto;
        text-decoration: none;
    }

table {
    color: #666 !important;
    margin-bottom: 0 !important;
}

td:first-of-type {
    font-weight: 700;
    color: #222 !important;
    width: 10rem;
}

tr:last-of-type td {
    border-bottom: none !important;
}

h1 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 2rem auto .5rem;
}
h2 {
    font-size: .7rem;
    margin: 0 auto 2rem;
    color:#999;
}
