body{
  background:#000;
  color:#FFD700;
  font-family:sans-serif;
}

.card{
  background:#111;
  padding:10px;
  margin:10px;
  border-radius:10px;
}

img{
  width:100%;
  border-radius:10px;
}

button{
  background:#FFD700;
  color:#000;
  border:none;
  padding:10px;
  border-radius:5px;
}

input{
  width:100%;
  padding:10px;
  margin:5px 0;
}