body {
  background-color: #f3ead9;
}
#my-div {
  height: 100vh; /* vh stands for view-port height, 1vh is 1% of screen height */
  display: flex;
  justify-content: center;
}
