
.ewaybill{
    max-width: 540px;
    background: rgb(247, 243, 237);
    margin: auto;
    padding: 50px;
    margin-top: 90px;
    text-align: center;
    border-radius: 10px;
    height: 350px;
    border: solid black 2px;
  }
  .ewaybill:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  
  .ewaybox {
    color: #fde7ab;
    font-family: "Century Gothic";
    text-align: left;
  }
  .headlogo{
    background-image: linear-gradient(rgb(241, 222, 222), rgb(240, 240, 200), rgb(166, 166, 217));
    margin-left: -51px; 
    margin-right:-51px;
    margin-top:-51px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 2px solid rgb(123, 122, 122);
  
  }
  .headlogo:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  @media (max-width: 720px) {
    .headlogo {
      max-width: 720px;
    }
  }
  
  
  
  