body{
  margin: 0 auto;
  width:90%;

  position: relative;
  top:10px;
}

header{
  margin-bottom: 30px;
}

.btn-success{
  background-color: #3A833A !important;
}

input{
  width: 90%;
  float:right;
}

.main{
  overflow: auto;
}


#ads{
  height: 70px;
  width: 90%;

  top: 450px;
  position: realtive;
}

.personalLink{
  margin-top: 50px;
}

.calculateBtn{
  font-weight: bold;
  /* top right bottom left */
  margin: 30px 15px 10px ;
  float: right;
}

@media (max-width: 500px){
  .headings{
    width: 40%;
  }

  .marginInputs{
    width: 60%;
  }
}