body {
  background-color: black;
  font-family:arial;  
  color: white;
  background-size: 100% 100%;
}

div{
  border: 2px solid black;
  border-color: black;
  text-align: justify;
  text-justify: inter-word;    
}

a:link, a:visited, a:active {
    text-decoration:none;
    color: white;
}

h4{
  font-family: Poppins, sans-serif;  
}

#txt-top{
  font-family: "Audiowide", sans-serif;
}

#line-head{
  min-height: 60px;
  display: flex;
}

#top-menu{
  color: black;
}

#menu-left{
  color: white;
  font-size: 2vmin;
}

#menu-left: hover{
 color: black;
}

#left{
  min-height: 40px;
  max-width: 90%;
  border-radius: 15px;
  background-color: #423d45;
  display: flex;
  margin: 0 auto;
  font-family: "Audiowide", sans-serif;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#cpa{
  min-height: 40px;
  max-width: 90%;
  border-radius: 15px;
  background-color: #423d45;
  display: flex;
  margin: 0 auto;
  font-family: "Audiowide", sans-serif;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#vta{
  min-height: 40px;
  max-width: 90%;
  border-radius: 15px;
  background-color: #423d45;
  display: flex;
  margin: 0 auto;
  font-family: "Audiowide", sans-serif;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#cpa:hover{
  background-color: #0dfc65;
  color: black; 
}

#vta:hover{
  background-color: #f70010;
  color: black; 
}

#left:hover{
  background-color: #2d338c;
  color: black; 
}

#top{
  min-width: 80px;
  min-height: 68px;
  border-radius: 25px;
  font-family: "Audiowide", sans-serif;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top1{
  background-color: white;
}

.top1:hover{
  background-color: #8594e4;
}

.top2{
  background-color: white;
}

.top2:hover{
  background-color: #8594e4;
}

.top3{
  background-color: white;
}

.top3:hover{
  background-color: #8594e4;
}

#page{
  background: #B9B6E8;
}

#header, #footer{
  background: black;
}

#page{
  display: flex;
}

#menu{
  background: black;
  width: 15%;
}

#content{
  background: black;
  width: 92%;
  font-family: "Audiowide", sans-serif;
  color: white;
}

#astronaut{
    max-width: 100%;
    height: auto;  
    border-radius:500px;
    border: 1px solid black;
    background-color: black;
}

#astronaut:hover {
  border: 1px solid white;  
  background-color: white;
}

#img-astronaut{
    max-width: 100%;
    height: auto;
}

/* .tab-content can be styled as you like */
main {
  max-width: 400px;
  margin: 0 auto;
}
#txt-pay{
    text-align: justify;
    font-family: monospace;
    font-size: 13px;
}
summary {
  font-size: 1rem;
  font-weight: 600;
  background-color: #f3f3f3;
  color: #000;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}

button {
  /* Variables */
 --button_radius: 0.75em;
 --button_color: #e8e8e8;
 --button_outline_color: #000000;
 font-size: 17px;
 font-weight: bold;
 border: none;
 border-radius: var(--button_radius);
 background: var(--button_outline_color);
}

.button_top {
 display: block;
 box-sizing: border-box;
 border: 2px solid var(--button_outline_color);
 border-radius: var(--button_radius);
 padding: 0.75em 1.5em;
 background: var(--button_color);
 color: var(--button_outline_color);
 transform: translateY(-0.2em);
 transition: transform 0.1s ease;
}

button:hover .button_top {
  /* Pull the button upwards when hovered */
 transform: translateY(-0.33em);
}

button:active .button_top {
  /* Push the button downwards when pressed */
 transform: translateY(0);
}

.myChart{
  width: 100%;
  max-width: 330px;
  max-height: auto;
}