html {
  margin-top: 0 !important;
  font-size: 16px;
}

body {
  font-family: Roboto;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #F0EAD6;
  color: black;
  overflow: auto;
}

.wp-site-blocks {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

#wpadminbar {
  position: static !important;
}

svg {
  overflow: unset !important;
}