/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {

  background-image: url("https://i.pinimg.com/564x/d9/ac/a2/d9aca2c8d7d5e9ad581edc5d914ee01b.jpg");
  background-repeat: repeat;
  background-size: 500px;   
  background-color: #ffffff; 
  font-size:13px;
  color:#fff;
  font-family: times;
  margin:1vw 5vw 10%;
  flex-wrap: wrap;
  
}
  

  

 
#header{
  color: #000;
  font-size: 60px;
  font-family: 'Peddana', serif;
  line-height: 80%;
  text-shadow: 0 0 10px #000;
  margin-top: 0;
  max-width: 400px; 
  text-align: center;
  display: block;
  margin-left: auto;
  padding: 5px;
  margin-right: auto;


}

   
  a.head:link {
   color:#000;
   text-decoration:none;
  
 }
  a.head:hover{
   color:#000;
   text-decoration:none;
  }   

  a.head:visited{
  color:#000;
  text-decoration:none;
   
 }
 
br {
    display: block;
    margin-bottom: 3px;
    font-size:2px;
    line-height: 2px;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden; 
  text-align:center;
  display: inline-block;
  align-items: center;

}

/* Style the links inside the navigation bar */
.topnav a{
  color: #000;
  text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {
  text-decoration: none;
  color: #000;
}

/* Add a color to the active/current link */
.topnav a .active {
  background-color: #fff;
  color: white;
} 

#container1{
  color:transparent;
  position:absolute; 
  max-width: 800px;
  height:auto;
  background-color: transparent;
  left: 50%;  
  border:0 #000 solid;
  padding:30px;
  margin-top:26%;
  /*margin-top:calc(100% - auto - 500px);--> */
  transform: translate(-50%, -50%);
  
  display:block;


}
#containimages{
  color:transparent;
  position:absolute; 
  width: 500px;
  height:auto;
  background-color: transparent;
  left: auto;  
  border:1px #00c solid;
  top:5px;
  display:block;


}
  
#txtcontainer{
  color:#fff;
  width:850px;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: white solid 1px;
  border-radius: 0px;  
  max-width: 800px;
  max-height:850px;
  background-color:#000;
  padding:10px;
  box-shadow:0 0 50px #000;
  padding-bottom:50px;
  align-content:center;

}
#importanttext{
  color: #0ff;
  text-shadow: none;
  text-decoration: none;
  display:inline;
}
#importanttext:hover{
  color: #0ff;
  text-shadow: 0 0 5px #0ff; 
  text-decoration: underline;
}
#importanttext:visited{
  color:#0ff;
}

a.text:link{
  color: #0ff;
  text-shadow: none;
  text-decoration: none;
}
a.text:hover{
  color: #0ff;
  text-shadow: 0 0 5px #0ff; 
  text-decoration: underline;
}
a.text:visited{
  color:#0ff;
}
table {
  width: auto;
  border: 1px solid cyan;
}

td {
  height: auto;
  text-align: left; 
  width:50%;
  padding:5px;
  border:1px solid red;
}

tr {
  border: 1px solid lime;

#scroll{
  overflow-y:scroll;
  text-align:left;
  width:20vw;
  height:15vw;
  color:#fff;
  box-shadow:0 0 10px;
  background: transparent;
  border: solid 1px #fff;
  padding:2px;
  align-content:center;
}

#run{
  width:auto;
  height:5vw;
  background-color:transparent;
  align-content:center;
}

#corner-img{
  z-index:2000;
  bottom: 0;
  right: 5px;
  width:250px;
  position: fixed;
  border:none;
  align-content:center;
}
#updatebox{
  display:block;
  overflow-y:scroll;
  height:120px;
  width:320px;
  border: 2px double white;
    padding:2px;
  background: black;
  position:relative; 
}