@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

body {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
  width: 100%;
}

.comming-soon h1{
  font-weight: bold;
  margin-top: 170px;
  margin-bottom: 0px;
  font-size: 60px;
  color: #10a3dd;
}
