﻿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;
}

h4{
  font-family: Poppins, sans-serif;  
}

p{
  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;
}

#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{
  display: flex;
}

#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;
}

.myChart{
  width: 100%;
  max-width: 330px;
  max-height: auto;
}

