body
 {
background-color: black;
}

.textbox
{
  width: auto;
  height: auto;
  padding: 10px;
  border: 5px solid rgb(255, 255, 255);
  margin: 0;
}

h1
{
color: aliceblue;
font: 500;
text-align: center;
}

.title
{
color: rgb(0, 0, 0);
font-size: xx-large;
text-align:center;
background-color: rgba(255, 255, 255, 0.168);
}
h2
{
    color: aliceblue;
}