body {
  background-color: black;
  color: white;
}

#myId {
  background-color: brown;
  color: bisque;
  width: 40vw;
  text-align: center;
}

button {
  border-radius: 10px;
}