body{
  background-color: red;
}

.rectangle {
	height: 175px;
  width: 500px;
	background-color: red;
  border: 1px solid black;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 20px;
}

.round
{
  margin-left: 15%;
  margin-top: 5px;
  height: 65%;
  width: 65%;
  display: flex;
	justify-content: center;
  align-items: center;
  border: solid;
  padding: 25px;
  border-radius: 55px;
}
