/*body*/
body{background-image: linear-gradient(#0006, #0006), url("../icons.d/boxed-bg-dark.png");
     color: whitesmoke;}

/*table*/
table{background-color: rgba(0,0,0,0.5);
      margin-left: auto;
      margin-right: auto;
      border: solid rgb(150, 150, 150) 2px;}

td{vertical-align: text-top;
   padding: 10px 5px;
   width: 350px;}

input{width: 350px;}

textarea{height: 300px; 
         width: 350px;}

h1,h2{text-align: center;}

summary{color: whitesmoke; text-align:center}

pre{font-size: xx-small;}

/*links*/
a{text-decoration: none;
  min-width: 60px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid #212529;
  background: #212529;}
  
a:hover{background: #fff;
        color: #212529}
