.top {
    text-align: center;
}

.text {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
}

.mainbox {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;   
}

.extension {
    width: 100%;
}

/* Create three equal columns that floats next to each other */
.leftcolumn {
    margin-right: 1%;
    margin-top: 40px;   
    float: left;
    width: 53%;
    padding-right: 10px;
  }

.rightcolumn {
    margin-left: 5%;
    margin-top: 40px;   
    text-align: center;
    float: left;
    width: 15%;
    padding-left: 10px;
  }

  .nextbox {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;   
}

  .inslit{
    margin-left: 15px;
  }

  .longtext{
    text-align: justify;
    text-justify: inter-word;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 1000px) {
    .leftcolumn {
      width: 100%;
    }
  }

  @media screen and (max-width: 1000px) {
    .rightcolumn {
      display: none;
    }
  }


  .meimg {
    width: 250%;
  }

a {
  text-decoration: none;
}
   
a:link {
  color:cornflowerblue;
}

a:visited {
  color:cornflowerblue;
}

a:hover {
  color:tan;
}

body {
  background-color: ghostwhite;
}

footer {
  background-color:dodgerblue;
  width: 100%;
  height: 2%;
}
