body {
  background-color: rgb(28,28,28);
  font: normal 15pt Arial;
}
header {
  color: #00FF00;
  text-align: center;
}
section {
  background: rgba(51, 51, 51, 0.452);
  border-radius: 10px;
  padding: 15px;
  width: 500px;
  margin: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.363);
}
footer {
  color: white;
  text-align: center;
  font-style: italic;
}

p {
  color: #00FF00;
}
input{
  background: transparent;
  color: #00FF00;
  border-radius: 4px;
  box-shadow: 0;
  border-color: rgba(51, 51, 51, 0.452);
}
div {
  color: #00FF00;
}
.conT {
  cursor: pointer;
  
}
.conT:hover {
  background-color: black;
}

select {
  background: rgba(51, 51, 51, 0.452);
  color: #00FF00;
  border-color: rgba(51, 51, 51, 0.452);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #00FF00;
}
select:focus, #txtn:focus {
  outline: 0.15rem solid #00FF00;
}