body {
    background-color: #F7DBA7;
    /* height: 100vh; */
    margin: 0rem;
    overflow: hidden;
}

.links{
    display: table;
    width: 100%;
    position: absolute;
    top: 2.5%;
    z-index: 4;
}

.links>a{
    display: table-cell;
    text-align: center;
    font-family: 'altehaas';
    text-decoration: none;
    color: #11151C;
}

.git{
    position: absolute;
    left: 50%;
    bottom: 2.5%;
    z-index: 4;
    text-decoration: none;
    font-family: 'altehaas';
    color: #11151C;
}


svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#blur {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    backdrop-filter: blur(.5vmax);
}

/* 
h1 {
    font-family: 'panchang','marola', normal;
    font-size: clamp(3rem, 10vw, 10rem);
    color: #11151C;
    padding: 0rem clamp(1rem, 2vw, 3rem);
    margin: 0rem;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: 3;
} */


/* From https://css.glass */
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */




/* h1 stroke outline */

h1 {

    font-family: 'panchang';
    /* font-weight: 400; */
    font-size: clamp(3rem, 10vw, 10rem);
    color: rgba(48, 48, 48, 0.096);
    padding: 0rem clamp(1rem, 2vw, 3rem);
    margin: 0rem;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: 3;    
    text-shadow: 1px 1px 5px rgba(48, 48, 48, 0.404);
        /* wheat color F7DBA7 */
    
    
}
  
  

@font-face {
    font-family: marola;
    src: url("benjaminpartida/fonts/marola.TTF") format('truetype');
/*    font-weight: bold;*/
    font-style: normal;
}

@font-face {
    font-family: marola;
    src: url("fonts/marola.TTF") format('truetype');
/*    font-weight: bold;*/
    font-style: normal;
}

@font-face {
    font-family: altehaas;
    src: url("fonts/AlteHaasGroteskRegular.ttf") format('truetype');
    font-style: normal;
}

@font-face {
    font-family: altehaas;
    src: url("benjaminpartida/fonts/AlteHaasGroteskRegular.ttf") format('truetype');
    font-style: normal;
}

@font-face {
    font-family: panchang;
    src: url("benjaminpartida/fonts/Panchang.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;

}

@font-face {
    font-family: panchang;
    src: url("fonts/Panchang.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}