@charset "UTF-8";
/* CSS Document */
.home {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 9%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.centered-content {
  text-align: center;
}