body {
  background-image: linear-gradient(
    to right,
    #397ee5 60%,
    /* #a2dbfa 60%, */ white 40%
  ) !important;
}

.emotion_detection_container {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow-x: hidden;
  padding-right: 60px;
  padding-top: 150px;
}
