
body, html {
  background-color: #C1C6C8;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

/*pantone 428c*/

header {
  font-size: 4em;
  font-family: "argent-pixel-cf", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: black;
  padding: 10px;
  padding-bottom: 1px;
  overflow: hidden;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding-top: 10px;
}

h1 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: xx-large;
  font-style: normal;
  text-align: center;
  margin: 20px;
}

h2 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: x-large;
  font-style: normal;
  text-align: center;
  margin: 20px;
}

h3 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: medium;
  font-style: normal;
  text-align: center;
  margin: 20px;
  margin-bottom: 20px;
}

hr {
  width: 100%;
  border-color: black;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav {
  text-align: center;
  padding: 10px;
}
  
.nav a {
  margin: 20px;
  max-width: 100%;
  text-decoration: none;
}

.container {
  width: 50%;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  justify-content: center;
}

.container::-webkit-scrollbar { 
  display: none;
}

.container img {
  display: flex;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 10px grey;
}

.container p, ul, ol, li {
  color: black;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
  font-size: medium;
  width: 100%;
  text-align: left;
  justify-content: center;
  margin-top: 15px;
}

.container hr {
  width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
}

.gallery img {
  width: 70%;
  margin: 20px;
  height: auto;
  object-fit: cover;
  box-shadow: 10px 10px 10px grey;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
  max-width: 80%;
  height: auto;
  text-align: left;
  margin: 0px;
}

.gallery-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
  width: 40%;
}

.gallery p {
  color: black;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
  font-size: medium;
  max-width: 100%;
  text-align: left;
  justify-content: center;
  margin: 10px;
  margin-top: 10px;
}

.gallery::-webkit-scrollbar { 
  display: none;
}

.paragraph {
  color: black;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
  font-size: medium;
  width: 60%;
  text-align: left;
  justify-content: center;
  margin: 0px;
}

.list-column {
  display: flex;
  justify-content: left;
  text-align: left;
}

.list {
  width: 100%;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  justify-items: center;
}

.left {
  max-width: 50%;
}

.right {
  max-width: 50%;
}

.back {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: medium;
  font-style: normal;
  margin: 20px;
  text-align: center;
}

.contact {
  overflow: auto;
  font-size: x-large;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}

.contact::-webkit-scrollbar { 
  display: none;
}

.contact a {
  display: block;
  font-size: x-large;
}

.instagram:hover {
  color: #dd2a7b;
}

.youtube:hover {
  color: #ff0808;
}

.x:hover {
  color: #08a0e9;
}

.lastfm:hover {
  color: #e4232a;
}

a {
  color: black;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
  max-width: 100%;
  margin: 10px;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 115, 0);
}

footer {
  font-size: x-small;
  align-items: center;
  margin: 0;
  justify-content: center;
}

footer p {
  color: black;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}


