body {
  background-color: black;
}
div {
  border: 2px solid red;
  border-radius: 6px;
  background-color: white;
  width: 350px;
}