#rectangle {
  width:400px;
  height: 150px;
  background: #03fcba;
   
}

#rectangle {
  border-radius: 106px;
  box-shadow: 4px 2px 8px black;
  margin: 15px auto;
  position: relative;
  top: 220px
}

#rectangle {
text-align: center;
  
