body{
    background-color: lightgoldenrodyellow;
    }
    
.gfx{
	width: 100%;
	}
    
section{
  border-style: dashed;
  border-color: lightcoral;
  border-radius: 40px;
  padding: 10px;
  margin:10px auto;
}