.contactform {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 50px;
    padding-top: 100px;
    color: black !important;
    background-color:white;
    font-size: 200% !important;
}
.contactsubmit {
    width: 100%;
    border: 1px solid grey;
    margin-bottom: 10px;
    padding: 5px;
}
.contactsubmit:hover{
    background-color: #521274;
    color: white;
    transition: 0.5s;
  }

  .container{
    height: 500px !important
  }
  .contactinfo{
    margin-top: 10%;
  }
  #contactform{
    height: 100px !important;
  }