.column {
  align-content: center;
  float: left;
  padding: 13px;
  width: 340px;
  height: 600px; 
}

.column3 {
  align-content: center;
  float: left;
  padding: 13px;
  margin-top: 57px; 
  width: 340px;
  height: 600px; 
}

.bottom2 {
    margin-top: 10px;
}

.bottom3 {
    margin-top: 30px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

p {
    color:white;
    font-family: "Helvetica-light";
    font-size: 15px;
    line-height: 22px;
}

.cog2 {
   object-position: center;
}

.rectangle {
    background-color: #fff;
    font-family: "Helvetica";
    font-size: 15px;
    border: none;
    color: #000;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.play2 {
    background-color: #fff;
    font-family: "Helvetica";
    border: none;
    color: #000;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
}

.btnimg2 {
    background-color: #fff;
    font-family: "Helvetica";
    border: none;
    color: #000;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer; 
}