.center { display:flex; justify-content:center; align-items: center; }
.myFrame {
    width: 100%;
    height: 250px; /* Adjust the height as per your needs */
    border: none;
  }
.contact {
    text-align: center;
    font-size: 18px;
  }
.servicesimg {
    height: 50px;
    width: 50px;
  }

/* width: 100px; height: 100px; align-content: center; border: 3px outset white;
*/