@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

:root {
    --accent1: #9c8787;
    --sidebar: #3f1414;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.nav a {
    color: #3f1414;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    text-decoration: none;
    line-height: 18px;
}

hr {
    border-top: 7px groove #3f1414;
    border-bottom: none;
}


h1 {
    font-weight: 900;
    font-size: 30px;
    color: var(--accent1);
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 0;
}

body {
    color: #ffffff;
    background-color: #343432;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

body img {
    padding-left: 15px;
    padding-right: 15px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

a {
    color: var(--accent1);
}

.item {
    width: 100%;
}

.container {
    display: flex;
}

.bar {
    background-color: rgb(67, 1, 1);
    width: 100%;
    position: fixed;
    bottom: 0;
}

#bar-text {
    color: var(--accent1);
    width: 300px;
    margin: 7px;
    padding: 5px;
    font-family: 'Arial';
    border-radius: 5px;
    margin-left: 10px;

}

.label {
    font-family: arial;
    font-size: 30px;
    color: #3f1414;
  height:40px;
}

.container img {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    text-align: center;
  height:100vh;
}

.sidebar {
    background-image: linear-gradient(rgb(255, 255, 255), #3f1414);
    color: white;
    width: 250px;
    box-shadow: 0px 0px 20px 4px #000000;
    height: 150%;
    text-align: left;
    text-transform: uppercase;

}

.content {
    padding: 3%;
  margin-bottom:20px;
}

.flex {
    display: flex;
}

.menu {
    display: flex;
    background-image: linear-gradient(#484646, white);
    background-repeat: no-repeat;
    align-items: center;
}

.logo {
    margin-top: 20px;
    text-align: center;
}