html, body{
  color: white !important;
  background:#000000;
}
.wrap{
  border: 1px solid var(#30353E);
  border-radius:12px;
  box-shadow: none !important;
  background: #000000;  
}
footer{
  display: none;  
}
.button{
  border-radius: 8px;
background: linear-gradient(92deg, #00B09B 0%, #08D37E 100%);
}

label{
    color:white !important; 
}
p{
  color:#cccccc !important;
}

section{
  color:white;
}
.header {
    place-content: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
}