/*Layouts css goes here*/
.content-block {
  position: relative;
  background-color:#202b30;
  width: 100%; height: 100px;
}
.element { 
  width:32px;
  height:33px;
  display:block;
  background-color:grey;
  margin-left:auto;
  margin-right:auto;
  margin-top:185px;
  border-radius:100%;
}
.box { 
  width:350px;
  height:350px;
  display:block;
  object-fit:cover;
}