body{
  background-color: black;
  color: white;
  font-size: 26px;
}

.shapes__recktangle{
  width: 50%;
  min-height: 100px;
  background-color: white;

  position: fixed;
  right: 50px;
  bottom: 100px;
}

.shapes__circle{
  width: 100px;
  height: 100px;
  background-color: red;
  border-radius: 50%;

  position: fixed;
  right: 40%;
  bottom: 150px;
}