/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

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;
}

@font-face {
  font-family: myFont;
  src: url(../assets/fonts/AppleSDGothicNeoH.ttf);
}
body {
  background-color: #B0BFA4;
  font-family: myFont;
  color: #2C401E;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.parent {
  display: grid;
  grid-template-columns: 0.2fr 0.5fr 0.2fr;
  grid-template-rows: 0.1fr 0.8fr 0.1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.centered-content {
  display: flex;
  height: fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 2rem;
}

.chart-pos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 800px;
  padding: 0 2rem 0 2rem;
}

#top-middle {
  grid-column: 2;
  grid-row: 1;
  font-size: 36px;
  text-align: center;
  margin-top: 40px;
}

#middle {
  padding: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#middle-left {
  box-shadow: 0px 15px 6px rgba(0, 0, 0, 0.2);
  background-color: #8AA676;
  font-size: medium;
  border: 2px solid;
  padding: 5px;
  align-items: center;
}
#middle-left ol {
  padding-left: 20px;
}
#middle-left ul {
  list-style-type: disc;
  margin-bottom: 10px;
}
#middle-left p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

#git,
#linkedin {
  cursor: pointer;
}

#bottom-middle {
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  margin-bottom: auto;
}

#middle-right {
  box-shadow: 0px 15px 6px rgba(0, 0, 0, 0.2);
  background-color: #8AA676;
  border: 2px solid;
  font-size: medium;
  border: 2px solid;
  padding: 5px;
  align-items: center;
  max-height: 800px;
}
#middle-right h2 {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#middle-right ol {
  padding-left: 20px;
}
#middle-right ul {
  list-style-type: disc;
  margin-bottom: 10px;
}

.currency_map_container {
  border-color: #000000;
  background-color: #c5ddf7;
  border-radius: 300px;
  box-shadow: 0px 15px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.chart-pos {
  padding: 1rem 2rem 1rem 2rem;
}

#middle-left, #middle-right {
  box-shadow: 0px 15px 6px rgba(0, 0, 0, 0.2);
  background-color: #8AA676;
  border: 2px solid;
  font-size: medium;
  padding: 5px;
  align-items: center;
  width: 300px; 
  height: 920px; 
  overflow: auto; 
}