@font-face {
    font-family: "Roboto";
    src: url("roboto.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
p,
blockquote {
    font-family: "Roboto", Comic sans MS, Arial, sans-serif;
    color: #C8C9CA;
    margin: 0.5rem;
}

a {
    font-family: "Roboto", Comic sans MS, Arial, sans-serif;
    text-decoration: none;
}

blockquote {
    text-align: left;
    display: inline-block;
    background-color: #222;
}

.center {
    display: block;
    text-align: center;
    justify-content: center;
}

img {
    vertical-align: middle;
}

body {
    background-color: rgb(35, 38, 41);
}

/* unvisited link */
a:link {
    color: #b5d3f1;
}

/* visited link */
a:visited {
    color: #9cc7f3;
}

/* selected link */
a:active {
    color: #9cc7f3;
}

.bigimg {
    max-width: 100%;
    min-width: 300px;
    height: auto;
}

td,
tr,
th {
    border: 1px solid #676767ba;
}

table {
    border-collapse: collapse;
}

.half {
    width: 50%;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    margin: 0.5em;
}

.text1 {
    font-size: 1.8em;
}

.text2 {
    font-size: 1.4em;
}

p {
    font-size: 1.2em;
}

.bottom-flags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bottom-flags>*+*:not(:first-child) {
    margin-left: 0.625rem;
}