.contactsize {
  padding: 4%;
  background-color: #000000
}

@media only screen and (max-width: 1920px) {
  .contactsize {
    width: 800px;
  }

  @media only screen and (max-width: 600px) {
    .contactsize {
      width: 400px;
  }
