html,
body {
  height: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.code_main {
  border-radius: 8px;
  padding: 30px;
}
