*{
      box-sizing: border-box;
      margin: 0px;
      padding: 0px;
      font-family: "Times New Roman", Times, serif;
      font-size: 1em;
    }
    
 .main-header{
      display: flex;
      flex-direction: row;
      width: 100%;
      background-color: white;
    }
    .eci-logo{
      display: flex;
      flex-direction: row;
      width: 10%;
      justify-content: flex-end;
      background-color: white;
    }

    .deo-text{
      background-color: white;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      width: 70%;
      padding: 10px;
      margin-left: 10px;
      font-size: 25px;
      color: black;
      font-weight: bold;

    }


    .dial{
      background-color: white;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      width: 15%;
      font-size: 20px;
      color: #003d99;
      justify-content: flex-end;
    }
    .facebook{
      display: flex;
      flex-direction: row;
      width: 5%;
      align-items: center;
      justify-content: center;
    }
 