.embedded {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 15px;
}