a,abbr,acronym,address,applet,big,blockquote,body,button,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figcaption,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,input,ins,kbd,label,legend,li,main,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{font-size:100%;font:inherit;font-weight:400;font-style:normal;vertical-align:baseline;border:0;outline:0;padding:0;margin:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{width:100%}html{font-size:62.5%;-webkit-text-size-adjust:100%;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#FFF}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}
:root {
    --primaryfont:'Work Sans', sans-serif;
    --white: #FFF;
    --palebrown: #E6E4DC;
    --brown: #63513D;
}
html { font-size: 16px; }
body {
    background-color: var(--palebrown);
    font-size: 1rem;
    font-family: var(--primaryfont);
    line-height: 1.5;
    color: var(--brown);
    width: 100%;
    min-height: 100vh;
}
main {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem;
    text-align: center;
}
.logo_holding_page {
    height: 8rem;
}
.logo_holding_page img {
    width: auto;
    height: 100%;
}
span {
    margin-top: 20px;
    font-size: 24px;
}