body {
  font-size: 2vw;
  font-family: "Open Sans", serif;
  font-weight: 500;
  color: #ccc;
  background: #262628;
}

.container {
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.circle {
  background: #ff0000;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: fixed;
  left: 55%;
  bottom: 150px;
}

.square {
  background: #cccaca;
  min-width: 45%;
  min-height: 100px;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  bottom: 100px;
  z-index: -1;
}