body {
    background-color: #e85c25;
    height: 100vh;
    overflow: hidden;
    font-family: Estrangelo Edessa W05 Regular;
  }
  @font-face{
    font-family:"Estrangelo Edessa W05 Regular";
    src:url("Fonts/5206607/741954db-9c92-43cd-a3db-ebcc4810bd2b.woff2") format("woff2"),url("Fonts/5206607/4e7d75ae-1d50-4eac-b94c-cb5497b0e121.woff") format("woff");
}
  .title{
    font-size: 64px;
    color:white;
    text-transform: uppercase;
    text-align: center;  }

  .fill-parent{
    height: 100%;
  }
  .d-flex{
   display: flex;
  }
  .align-items-center{
    align-items: center;
  }
  .justify-content-center{
    justify-content: center;
  }
  .flex-col{
    flex-direction: column;
  }
  .m-t-xl{
    margin-top: 32px;
  }
  .m-t-l{
    margin-top: 16px;
  }
  .m-t-m{
    margin-top: 8px;
  }
  .address , a{
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color:white;
  }
  .box{
    background-color:rgb(241 193 193 / 36%);
    border-radius: 12px;
    padding: 16px;
    width: 50%;
    color:white;
  }

  @media only screen and (max-width: 600px) {
    .box{
        width: 80% !important;
    }
    .title{
        font-size: 42px;}
        .address , a{
            font-size: 18px;
        }

  }
 input[type=text],input[type=email],input[type=number]{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    margin-top: 4px;
    outline: none;
  }
  textarea{
    width: 100%;
    min-height: 60px;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    margin-top: 4px;
    outline: none;
  }
 input[type=text]:focus{
    box-shadow: none;
    border: none;
    outline: none;
  }
  input[type=submit] {
    height: 40px;
    text-align: center;
    background: #e85c25;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    float: right;
    width: 250px;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 3px;
  }
  @font-face{
    font-family:"Estrangelo Edessa W05 Regular";
    src:url("Fonts/5206607/741954db-9c92-43cd-a3db-ebcc4810bd2b.woff2") format("woff2"),url("Fonts/5206607/4e7d75ae-1d50-4eac-b94c-cb5497b0e121.woff") format("woff");
}