body {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

#root {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

#front-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.img-master {
  position: absolute;
  width: 100%;
}

#bg-1 {
  margin: 0 auto;
  width: 100%;
}

.carousel {
  position: absolute;
  top: 10.5%;
}

.content_bg {
  width: 100%;
  margin: 0 auto;
}

.footer {
  position: fixed;
  max-width: 576px;
  bottom: -17px;
  width: 100%;
}