body {
  min-height: 100vh;
  background-color: white;
  font-family: 'Cabin', sans-serif;
  color:black;
  overflow-x:hidden;
}

.container{
  margin-bottom: 100px;
}

.contact{
  min-height:100vh;
}

.contact div{
  margin-left: 5px;
  margin-right: 5px;
}

.contact h1{
  margin-top: 130px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: 3px;
}

#sent{
  margin-top: 120x;
  display:none;
}

.contact label{
  font-size: 20px;
}

.contact .btn{
  transition: 300ms ease;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #202020 !important;
  font-size: 16px;
  color: white;
}

.contact .btn:hover{
  transition: 300ms ease;
  background-color: #3a3a3a !important;
  color:white;
}

.contact .btn:focus, .btn:active{
  transition: 300ms ease;
  outline: none !important;
  box-shadow:none;
}

.submitbtn{
  text-align:center;
}
