*
{
    padding: 0;margin: 0;
}

/*Styling of Copright-From button.*/
/* From Uiverse.io by Codecite */ 
.anchor {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #ed553b;
  padding: 14px 40px 13px;
  overflow: hidden;
  position: relative;
}

.anchor:hover {
  color: #4e484a;
}

.button a::before {
  position: absolute;
  content: "";
  z-index: 0;
  background-color: #ed553b;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 111%;
  transition: all .3s ease;
}

.button a:hover::before {
  height: 11%;
}

.button span {
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}


.div-heading
{

      color: #ff7600e6;
      margin: 5vh;
      margin-top:6vh ;
      margin-left: 6vw;
      margin-right: 10vw;
      font-size: 45px;     
      padding-left: 1.5vw;
      text-decoration: underline;
}

.div-subheading2
{

      color: #1524f1ec;
      margin-top: -4vh;
      margin-left: 6vw;
      margin-right: 10vw;
      font-size: 25px;
     justify-content: center;
      padding-left: 1.5vw;
     font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     font-size: large;
}
.div-subheading
{

      color: #ff7600e6;
      margin-top: -4vh;
      margin-left: 6vw;
      margin-right: 10vw;
      font-size: 25px;
     justify-content: center;
      padding-left: 1.5vw;
}
.button
{
    margin-top: 10vh;
    margin-left: 38vw;
}

.copyright-instruction 
{
  font-size: 4vh;
  text-decoration: underline;
  opacity: .7;
  margin-left: 7vw;
  margin-top: 3vh;
}