{
  box-sizing: border-box;
}

/* Style the container/contact section */
.container {
  border-radius: 50px;
  background-color: #f2f2f2;
  padding: 10px;
  
  margin-top: 2px;
  margin-right: 200px;
  margin-bottom: 5px;
  margin-left: 200px;
}
img{
	border-radius: 25px 25px 25px 25px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}