:root {
  --bg-color: #F6F4E9;
  --color-accent: #ff6f61;
}

body {
  margin: 0;
  background-color: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2vw;
  height: 100%
}

.index_background_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_tv_wrapper {
  position: absolute;
  width: 40vw;
  height: auto;
  z-index: 1;
}

.index_tv {
  width: 100%;
  height: auto;
}

.show_me_imaged {
  width: 200px;
  height: auto;
}

.feature_div {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}