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

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


.telegram-popup{
  height: 130px;
  min-width: 15%;
  width: 200px;
  background-color: #FFFFFF;
   
  position: fixed;
  bottom: 10px;
  left: 20px; 
  
  /*round corners*/
  border-radius: 10px;
  /*cool option borders.*/ 
  
  /*animate. hide on load*/
  display: none;
}

/*text stuff*/
.telegram-popup p{
  color: #000000;
  padding: 4px;
}

.telegram-button{
  background-color: #1682FB;
  width: 80%;
  border-radius: 25px;
}

.telegram-button:hover{
  background-color: #1080F5;
}

.telegram-button p{
  color: #FFFFFF;
  font-size: 15px;
  /*padding makes the link like a bubble*/
  padding: 10px;
}

.telegram-button-link:link{
  text-decoration: none;
}
