body{
background-color: #000;
color: #fff;
}
div{
display: flex;
flex-direction: column;
}
a{
color: #0aa;
}
input[type="text"],input[type="password"]{
background-color: #333;
color: #fff;
width: 200px;
}
