body {
   background-color: black;
  }

.formbox {

  border-radius: 15px;
  border: 4px white solid;
  text-align: left;
  font-size: 20px;
  position: absolute;
  color: white; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  margin: 20px;
  width: 500px;
  height: 350px; 
}

.formfield {
    color: white;
    background: none;
}




.btn {

  background-color: black;
  transition-duration:0.4s;
  border:2px solid white;
  
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;

  }

.btn:hover {
  background-color: DodgerBlue;
  }

.container {
  position: relative;
  text-align: center;
  color: white;
}


/* Top right text */

.top-right {
  position: absolute;
  color: white; 
  top: 100px;
  right: 100px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  color: white; 
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  color: white; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}







ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



h1 {
  color: white; font-size: 20px
}
h2 {
  color: white; font-size: 20px; border: 2px solid Grey
}

h3 {
  color: blue; font-size: 20px
}

p {
  color: red;
}

table {
  
  border: 1px solid;
  colour: white;
  font-size: 20px; 
  padding:8px 16px;
}

th, td {
  
  color: white;
  text-align: center
  font-size: 20px; 
  border: 1px solid;
  padding:8px 16px;