body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  background-color: #ffffff;
  opacity: 5;
  background-image:  radial-gradient(#820000 0.5px, transparent 0.5px), radial-gradient(#820000 0.5px, #ffffff 0.5px);
  background-size: 20px 20px;
  background-position: 0 0,10px 10px;
}

.column3 {
   Float: left;
   width: 30%;
   vertical-align: top;
}

.row2 {
  float: right;
  width: 100%;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
