    @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
    * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }
    body {
      background-color: #e3976f;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      text-align: center;
      font-family: Arial, sans-serif;
    }
    header {
      background-color: #f9c9b5;
      border-radius: 1.5rem;
      box-shadow: inset 0 4px 4px #f9c9b5;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1rem;
        margin: 1rem;
    }
    header img.logo-left {
      height: 40px;
      width: auto;
    }
    header img.logo-right {
      height: 40px;
      width: 40px;
      border-radius: 9999px;
      box-shadow: 0 4px 4px rgba(255, 102, 0, 0.5);
    }
      .main_footer{
    width:100%;
    height: 3vh;
    display: flex;
    justify-content: center; /* or center, space-around, etc. */
    align-items: center;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 0px;
    /* box-shadow: 0 8px 32px 0 rgba(255, 141, 65, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18); */
}

/* ----------------------------- */
section{width: 100%;
    height: 85vh;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #e3976f;}
    
.logo img{max-width: 250px}
.flex-row{display: flex;
    justify-content: center;
    width: 50%;margin: auto}
h2{font-size: 40px;
    font-family: monospace;
    letter-spacing: 10px}
p{font-family: monospace;
    font-size: 16px}
span.box{width: 40%;
    border: 1px solid;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;margin: 10px}

@media screen and (max-width:768px)
{span.box{margin: 0px;
    width: 100%;
    margin-bottom: 10px}

.flex-row{display: inline-grid;
    width: 100%}}

.anim-heading{color: #262362}
a{text-decoration: none;
    font-weight: 600;
    color: #000000}
.anim-heading{overflow: hidden;
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
    animation: typing 5.5s steps(40, end)}

@keyframes typing{from{width: 0}to{width: 100%}}
p i{color: #ffffff;margin-right:7px}