@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size: medium;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
    background: #948585;
    color: #3d312e;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: system-ui;
}

.container {
    width: 90%;
    padding: auto;
    margin: auto;
}

header {
    text-align: center;
}

section {
    margin: 3rem auto;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
    line-height: 1.5em;
}

h1 {
    text-align: center;
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
}

h2 {
    color: #ffffff;
}

h3 {
    margin: 1rem 0 0;
}

p {
    margin: 1rem 0 1rem;
}

footer {
    text-align: center
}

a {
    text-decoration: none;
    color: #3d312e;
}

hr {
    border: none;
    height: 0.1rem;
    margin: 2em auto;
    width: 100%;
}

ul.inline {
    list-style-type: none;
	padding-left: 0;
	text-align: center;
}

ul.inline li{
	display: inline;
}

.icon {
    width: auto;
    height: 2rem;
    min-height: 20px;
    margin: 0 0.5em;
}