
html {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #ffffff;
}

.satu {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
