.maincontainer {
  background: radial-gradient(circle at center, black 60%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
height: 400px;
width: ;
  text-align: center;
  padding-top: 25%;
  color: white;
}