* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}
.contactus-container {
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
}
