:root{--crimson: #980017;--charcoal: #393939;--offwhite: #FAFDFF;--stone: #777785;--blue_mist: #DFEAF5;--tanhill: #BDAFA2}@font-face{font-family:BreeSerif;src:local("BreeSerif-Regular"),url(../fonts/Bree_Serif/BreeSerif-Regular.ttf)}@font-face{font-family:Inconsolata;src:local("Inconsolata"),url(../fonts/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf)}@font-face{font-family:Onest;src:local("Onest"),url(../fonts/Onest/Onest-VariableFont_wght.ttf)}body{position:relative;background-color:var(--offwhite);width:100vw;height:100vh;margin:0;padding:0;display:flex;justify-content:center;align-items:center}#leafs{position:absolute;width:100%;height:100vh;overflow:hidden}.leaf{position:absolute;width:250px;height:250px}#logo{width:200px}a{font-family:Onest;text-decoration:none;color:var(--crimson);font-size:18px}h2{font-family:BreeSerif;font-size:40px;color:var(--charcoal);margin:0}input{font-family:Onest;width:250px;height:30px;border:solid;border-width:0px;border-bottom-width:1px;border-color:var(--stone);font-size:16px;background-color:transparent;color:#151515;text-align:left}input:focus{outline:none}.button{font-family:Onest;width:200px;height:32px;font-size:22px;border-radius:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--offwhite);background-color:var(--crimson);transition:.3s}.button:hover{color:var(--crimson);background-color:var(--blue_mist)}p{font-family:Onest;margin:0 25px;font-size:14px;font-weight:700;text-align:center}#form-overlay{min-width:400px;min-height:600px;width:35vw;height:80vh;background-color:#fff;border:solid;border-color:var(--tanhill);border-radius:25px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;padding:5vh 0px 50px;z-index:1}#form{display:flex;flex-direction:column;align-items:center;gap:35px}
