@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css";@keyframes slidein{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideup{0%{top:-100%;opacity:0}to{top:0%;opacity:1}}@keyframes slideout{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fadeout{0%{opacity:1;filter:blur(0px)}to{opacity:0;filter:blur(2em)}}@keyframes reveal{0%{width:0}to{width:100%}}@keyframes appear{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes rotate-appear{0%{transform:rotate(360deg) scale(0);opacity:0}50%{transform:rotate(180deg) scale(.5);opacity:.5}to{transform:rotate(0) scale(1);opacity:1}}@keyframes fadein-blur{0%{opacity:0;filter:blur(1em);visibility:hidden}to{opacity:1;filter:blur(0px);visibility:visible}}@keyframes popup{0%{scale:50%}50%{scale:120%}to{scale:100%;opacity:1}}@keyframes anim-dark{0%{opacity:1;scale:1}50%{opacity:0;scale:.5}to{opacity:1;scale:1}}@keyframes anim-light{0%{opacity:1;scale:1}50%{opacity:0;scale:.5}to{opacity:1;scale:1}}@keyframes fillbar{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}*{box-sizing:border-box}:root{width:100vw;height:100vh;--blue-light: rgb(0, 175, 255);--blue-dark: rgb(0, 70, 100);--text-light: white;--text-dark: black;--bg: whitesmoke;--bg-dark: rgb(20,20,20);--small: .8rem;--normal: 1rem;--medium: 1.5rem;--large: 2rem;text-size-adjust:none}body{font-family:Roboto,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;height:100%;min-height:100%}#code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (min-width:0px){html{font-size:3vw}}@media (min-width: 321px){html{font-size:8px}}@media (min-width:481px){html{font-size:12.5px}}@media (min-width: 603px){html{font-size:15px}}@media (min-width:769px){html{font-size:20px}}@media (min-width:1025px) and (min-height: 769px){html{font-size:22.5px}}@media (min-width: 1025px) and (max-height:768px){html{font-size:20px}}@media (min-width:1440px){html{font-size:22.5px}}@media (min-width:2560px){html{font-size:45px}}.centered{display:flex;flex-direction:column;height:100%;justify-content:center;align-items:center}.App{background-color:light-dark(var(--bg),var(--bg-dark));height:100vh;width:100vw;display:flex;flex-direction:column;position:absolute;font-family:Roboto,Segoe UI,Gill Sans MT,Lucida Sans,Helvetica,sans-serif;z-index:0;overflow:auto;transition-duration:.2s;transition-property:color,background-color;transition-timing-function:ease-in;color-scheme:light}.App .fa-brands{font-size:1em;height:1em;width:1em;line-height:normal}.App .fa-quora{color:red}.App .fa-github{color:#000}.App .fa-linkedin{color:#0074b3}.App .fa-instagram{background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f,#f77638 70%,#fec66d);color:transparent;-webkit-background-clip:text;background-clip:text}.App .fa-facebook{color:#3b5998}.App .fa-discord{font-size:.6em;height:1.67em;width:1.67em;background-color:#5865f2;color:#fff}a{text-decoration:none;color:var(--blue-dark)}.night{color:#fff;background-color:var(--bg-dark);color-scheme:dark}.night .fa-quora{color:#ff5050}.night .fa-github{color:#fff}.night .fa-linkedin{color:#6fa9ff}.night .fa-facebook{color:#fff;background-color:#3b5998}.night img[alt="Subhranil Ghoshal"]{filter:brightness(.75) contrast(1.5)}.night a{color:var(--blue-light)}@media (max-width: 480px){.centered{display:flex;width:100%}}@media (prefers-reduced-motion){.App *{animation:none;transition-duration:0s}}.navBar{justify-content:space-between;position:sticky;top:0;display:flex;background-color:#0a0a0a;align-items:center;transition:.2s ease-in-out;z-index:2;-webkit-user-select:none;user-select:none;padding-left:1.5em;padding-right:1.5em}a.navItem{color:#fff;filter:brightness(.8);font-family:Dosis,Roboto,Helvetica,Arial,sans-serif;text-decoration:none;transition:.2s ease-in-out}.navItem:hover{filter:brightness(1);cursor:pointer}#Toggle,#menuButton{background-color:transparent;border:none;height:1.5rem;width:1.5rem;text-align:center;line-height:0;font-family:sans-serif;filter:brightness(1)}#Toggle>span.material-symbols-outlined{color:#ffd000}#menuButtonCarrier{display:none;font-size:2rem}.material-symbols-outlined{font-size:1.5rem}.dark{animation:anim-dark .4s}.light{animation:anim-light .4s}.header{position:relative;font-family:Rajdhani,Roboto,Helvetica,Arial,sans-serif;display:flex;width:100%;font-size:2.5em;padding-left:2em;align-items:center;border-bottom:solid 2px var(--blue-dark)}.header>h1{display:flex;flex-grow:1;font-weight:600;margin:0;animation:slidein .5s ease-out 0s normal both}.night .header{border-bottom:solid 2px var(--blue-light)}.header,#menuButtonCarrier,.navBar{height:clamp(3em,5vh,5vh);min-height:clamp(3em,5vh,5vh)}.page.outgoing #content *{animation:none}.page.outgoing .header{overflow-x:hidden!important}.page.outgoing .header>h1{animation:slideout .5s ease-out 0s 1 normal both!important}.page.outgoing #content{animation:fadeout .5s ease-out 0s 1 normal both!important}@media (max-width:480px){#menuButtonCarrier{display:flex;background-color:#0a0a0a;position:sticky;top:0;height:3em;min-height:3em;width:100%;align-items:center;box-sizing:border-box;z-index:3}.navBar:nth-child(1){padding-top:10vh;padding-bottom:0}.navItem{margin:0;padding-top:1vh;padding-bottom:1vh;padding-left:5vw;font-size:2.5rem;width:100%;box-sizing:border-box}.navBar *{box-sizing:border-box}.navBar{background-color:#0a0a0af7;position:fixed;top:0;left:0;width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:5vh;z-index:2}.closed{left:-50%}#menuButton,#Toggle{height:4rem;width:4rem;text-align:center;font-size:4rem}#menuButton{padding-left:5vw;display:block;margin-left:0;margin-right:auto;color:#fff;z-index:inherit}#Toggle{position:absolute;right:7.5vw;bottom:7.5vh;padding-top:7.5vh}.material-symbols-outlined{font-size:3rem}.header{font-size:2rem}}@media (max-aspect-ratio:1/1) and (min-width:480px){.header{font-size:1.5rem}.navBar{font-size:1.75rem;padding-left:1em;padding-right:1em}.navItem{font-size:.75em}.material-symbols-outlined{font-size:1.25em}#Toggle{margin:0}}@media (min-aspect-ratio:1/1) and (min-width:480px){.header,.navBar{font-size:1rem}.header{padding-left:1em}.navItem{font-size:1em}.material-symbols-outlined{font-size:1.5em}#Toggle{margin-left:12em}}#homePage{font-weight:100;display:flex;flex-grow:1;align-items:center;justify-content:center}#homePage>#content{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:100%;-webkit-user-select:none;user-select:none}#homePage>#content>#text{font-size:1.25em;position:relative;display:flex;justify-content:center;flex-direction:column}#homePage p{font-family:Quicksand,Roboto,Helvetica,Arial,sans-serif;font-weight:200;margin:0 auto;overflow:hidden;animation:reveal 2s steps(35,end);white-space:nowrap;text-align:center;display:inline-block;animation-fill-mode:both}#homePage p#l2{animation-delay:2s}#buttons{display:flex;flex-direction:row;width:100%;justify-content:space-evenly;margin-top:1em;margin-bottom:1em}#downloadCV,#contact-me{display:flex;font-weight:400;width:10em;height:4em;border:ridge .2em var(--blue-dark);background-color:transparent;justify-content:center;align-items:center;line-height:70px;text-decoration:none;transition:.1s ease-in-out;animation:fadein-blur 1s 3.5s both}#contact-me{margin-bottom:.5em}#downloadCV:hover,#contact-me:hover{color:#fff;background-color:var(--blue-dark)}.night #downloadCV,.night #contact-me{border-color:var(--blue-light)}.night #downloadCV:hover,.night #contact-me:hover{background-color:var(--blue-light);color:#000}#links{position:relative;display:flex;animation:fadein-blur 1s 3.5s both;align-items:center;justify-content:space-evenly}#homePage .fa-brands{font-size:2rem;transition:.2s}#homePage .fa-brands:hover{transform:scale(1.25)}@media (max-width:240px){#homePage #text{font-size:1em}}@media (max-width:480px){#homePage #buttons{flex-direction:column;align-items:center}#homePage #links{width:100%;justify-content:space-evenly}#homePage{font-size:2rem}#homePage .fa-brands{font-size:2.25em}}@media (min-width:481px){#homePage{font-size:1.5rem}#links{width:100%;justify-content:space-evenly}#buttons{display:flex;justify-content:space-evenly;margin-top:1rem;margin-bottom:1rem}#downloadCV,#contact-me{font-size:1rem}#homePage .fa-brands{font-size:1.5em}}#aboutPage{display:flex;flex-direction:column;flex-grow:1;font-size:.9rem}#aboutPage>#content{display:flex;flex-direction:column;padding:2em}#summary,#details{display:flex;flex-direction:column;position:relative;animation:appear .5s ease-in .25s 1 normal both}#summary-title,#details-title{font-size:1.25em;margin-bottom:.2em;font-weight:600}span#summary-content{text-align:justify}table#details-table{width:fit-content}table#details-table th,table#details-table td{text-align:left;overflow-wrap:break-word}table#details-table .colon{width:1em;text-align:center}img[alt="Subhranil Ghoshal"]{height:clamp(10vmin,7.5em,30vmin);width:clamp(10vmin,7.5em,30vmin);margin:0 0 0 1em;float:right;animation:appear .5s ease-in .5s 1 normal both;transition:filter .1s}@media (max-aspect-ratio: 1/1){#aboutPage{font-size:2rem}}@media (min-width:768px) and (max-aspect-ratio: 1/1){#aboutPage{font-size:1.5rem}}@media (max-aspect-ratio: 1.4/1) and (min-aspect-ratio: 1/1){#aboutPage{font-size:1rem}}#educationPage,#educationPage>#content{display:flex;flex-direction:column;flex-grow:1}#educationPage h2{margin-left:3em;margin-right:3em;margin-bottom:.5em;text-align:center;border-bottom:solid 1px;animation:appear .5s both;font-weight:600}#timeline{display:inline-block;height:100%;margin-left:2em;margin-right:1em;padding-left:2em;border-left:solid .4em var(--blue-dark);margin-bottom:2em;animation:appear .5s ease-in-out 0s 1 normal both}.night #timeline{border-color:var(--blue-light)}.image#ju{background-image:url(/assets/ju-CG1NB6ZR.png)}.night .image#ju{background-image:url(/assets/ju-night-C8Yc2-rF.png)}.image#kps{background-image:url(/assets/kps-Bxq1mwA4.png)}.night .image#kps{background-image:url(/assets/kps-night-DLbBLvp9.png)}.image#misk{background-image:url(/assets/misk-klBBoEPp.png)}.night .image#misk{background-image:url(/assets/misk-night-gxD7qCBF.png)}.image#jeea{background-image:url(/assets/iitb-I8ZRDBoX.svg)}.image#jeem{background-image:url(/assets/jeem-2ax8ghsL.png);background-repeat:no-repeat}.image#wbjee{background-image:url(/assets/wbjee-BclLwzce.png)}.night .image#jeea{background-image:url(/assets/iitb-night-BBUzneV6.svg)}.image#gate{background-image:url(/assets/iitr-BcNGu_vT.png)}.night .image#gate{background-image:url(/assets/iitr-night-CBDGaava.png)}.listItem{margin-top:2.5em;margin-bottom:2.5em}.listItem>div.content{font-size:.8em;margin:.5em 0 0;white-space:pre-wrap}.show-more{display:inline-block;text-decoration-line:underline;text-decoration-style:dotted;font-size:1em;line-height:1em;-webkit-user-select:none;user-select:none}.show-more:after{display:inline-block;content:" ▶";text-decoration:none;padding-left:.2em}.show-more.show:after{content:" ▼"}.show-more:hover{cursor:pointer}.more-details{max-height:0px;font-size:.75em;overflow:hidden;transition:max-height .2s cubic-bezier(1,1,1,1)!important}.more-details.show{max-height:15em}.more-details:has(#ju).show{max-height:11em}table.ed-table,table.ed-table tr{border:solid 2px var(--blue-dark);border-collapse:collapse;text-align:center;min-width:15em}.night .more-details>table.ed-table *{border-color:var(--blue-light)}table.ed-table th{font-weight:400;background-color:var(--blue-dark);color:#fff;text-decoration:underline solid;text-align:center}.night table.ed-table th{background-color:var(--blue-light);color:#000}@media (max-width:480px){#educationPage{font-size:1.5rem}}@media (max-aspect-ratio:1/1) and (min-width: 240px){#educationPage{font-size:2rem}}@media (max-aspect-ratio:1/1) and (min-width:480px){#educationPage{font-size:1.75rem}}#workPage,#workPage>#content{display:flex;flex-direction:column;flex-grow:1}#workPage h2{margin-left:3em;margin-right:3em;margin-bottom:.5em;text-align:center;border-bottom:solid 1px;animation:appear .5s both;font-weight:600}#workPage #timeline{display:inline-block;height:100%;margin:2em 1em 2em 2em;padding-left:2em;border-left:solid .4em var(--blue-dark);animation:appear .5s ease-in-out 0s 1 normal both}.night #workPage #timeline{border-color:var(--blue-light)}.listItem>.image{box-sizing:content-box;background-size:contain;height:2em;width:2em;position:absolute;left:1em;border:solid .2em var(--blue-dark);border-radius:2em;background-color:var(--bg);z-index:1;animation:popup .5s ease-in-out 0s 1 normal both}.night .listItem>.image{border-color:var(--blue-light);background-color:var(--bg-dark)}.image#tcs{background-image:url(/assets/tcs-DaeUHJaK.png)}.image>a{background-color:transparent;display:block;height:100%;width:100%}.listItem{margin-top:2.5em;margin-bottom:2.5em;max-width:60%}.listItem *:not(.image){position:relative;animation:slidein .5s linear 0s 1 normal forwards}.listItem>h3{font-weight:500;margin-bottom:0}.listItem>p.descriptor{margin:0;font-size:.9em}.listItem>p.duration{margin:0;font-size:.75em}.listItem>div.content{font-size:.8em;margin:.5em 0 0;white-space:pre-wrap;text-align:justify}@media (max-width:480px){#workPage{font-size:1.5rem}}@media (max-aspect-ratio:1/1) and (min-width: 240px){#workPage{font-size:2rem}}@media (max-aspect-ratio:1/1) and (min-width:480px){#workPage{font-size:1.75rem}}@media (max-aspect-ratio:1/1){.listItem{max-width:90%}}#skillsPage{display:flex;flex-direction:column;flex-grow:1;height:100%;font-size:var(--small)}#skillsPage>#content{display:grid;place-content:center;flex-grow:1;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:1rem;padding:1rem;animation:appear .5s ease-in 0s 1 normal forwards}#skillsPage h3{margin:0 0 .5em}#skillsPage h4{margin:0 0 .25em}#skillsPage>#content>div{padding:1em;border-radius:1em;border:solid 2px var(--blue-dark)}#skillsPage ul{display:flex;flex-direction:column;text-wrap:wrap;margin:0;padding:0}#skillsPage ul.subgroup{gap:.5em}#skillsPage ul.skillList{padding-left:1em;padding-right:1em}#skillsPage li::marker{content:none}li.skills{display:flex;flex-direction:column}svg{height:.6em;width:clamp(90%,22em,100%);border:solid 1px black;box-shadow:.1em .1em .1em #000;margin:0 0 1em;transition:all .2s ease}svg>rect{height:100%;fill:var(--blue-light);animation:fillbar .5s ease-in .25s 1 normal both;transition:fill .1s ease-in-out}.night svg>rect{fill:var(--blue-dark)}.night svg{background-color:#d3d3d3;border-style:ridge}.night #skillsPage>#content>div{border-color:var(--blue-light)}@media (max-aspect-ratio: 1/1){#skillsPage{font-size:1.5rem}#skillsPage>#content{grid-template-columns:1fr}#skillsPage>#content>div{height:auto}svg{width:100%}}@media (max-width: 480px){#skillsPage{font-size:2rem}}#projectsPage{display:flex;flex-direction:column;flex-grow:1;font-size:var(--small);height:100%}#projectsPage>#content{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-template-rows:repeat(auto-fit,minmax(15rem,1fr));gap:1em;padding:2em}#content>.card{position:relative;perspective:100em;animation:slideup .5s ease-in calc(var(--animation-order) * .25s) 1 normal both}#content>.card:hover .inner{transform:rotateY(180deg)}.card>.inner{position:relative;width:100%;height:100%;min-height:fit-content;min-width:fit-content;transition:transform .5s linear;transform-style:preserve-3d;border:solid 2px var(--blue-dark);border-radius:1em}.card h3{text-align:center;margin:1em}.card a{align-self:flex-start}.inner>div{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100%;width:100%;padding:1em;backface-visibility:hidden}.inner>div.front{position:absolute;top:0}.inner>div.back{transform:rotateY(180deg)}.inner>div span{text-align:justify}.back ul{align-self:stretch;padding:0}.back>ul li{float:left;width:auto;padding-right:.5em}.back>ul li::marker{content:none}.back>ul li:before{content:"• "}.card img{max-height:80%;max-width:80%;animation:rotate-appear .5s ease-out 1.5s normal both}.card img#PrototypeProcessor,.card img#Modulator{border:solid 1px black}.night .card>.inner{border-color:var(--blue-light)}@media (max-aspect-ratio: 1/1){#projectsPage{font-size:var(--medium)}#projectsPage>#content{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-template-rows:repeat(auto-fit,minmax(20rem,1fr))}}@media (max-width: 480px){#projectsPage{font-size:var(--large)}#projectsPage>#content{grid-template-rows:repeat(4,1fr);grid-template-columns:auto}}@media (pointer: coarse){#content>.card:active .inner{transform:rotateY(180deg)}}#contactPage{display:flex;flex-direction:column;flex-grow:1;height:100%}#contactPage h1{align-self:center}#contactPage>#content{display:flex;height:100%;justify-content:space-between}#contactform,#socials{display:flex;height:100%;margin:0 1.5em 1.5em;flex-wrap:wrap;align-content:space-around;animation:appear .5s ease-in both}#contactform{min-width:50%;justify-content:flex-start}#socials{width:fit-content;justify-content:flex-end;float:right}form#Form{justify-content:center;min-width:75%}#contactPage h3{font-size:1em;font-weight:400}.formItem{display:flex;flex-direction:column;margin:1.25em 0}.formItem#note{font-size:1em}.formItem#submitButton{margin:0}.formItem#head{margin-top:0;margin-bottom:.25em}:required+label:after{content:"*";color:red}#Form span{font-size:.75em}#sociallinks span#description{display:block;font-size:.75em;margin:.5em .5em .5em 0}#sociallinks span#description a{display:inline;margin-top:.75em}span#star{color:red}input+label,#label-msgbox{font-family:Garamond,Times New Roman,Times,serif;font-size:.75em;padding-left:.1em;width:fit-content;transition-duration:.1s}input+label{transform:translateY(-1.33em)}input,textarea{font-family:Garamond,Times New Roman,Times,serif;resize:none;font-size:.75em;background-color:transparent;width:100%}input:focus,textarea:focus{outline:none}input:focus+label,textarea:focus+label{color:var(--blue-dark);cursor:default}input:focus+label:after,textarea:focus+label:after{content:""}input:hover+label,textarea:hover+label{cursor:text}input#submit{font-size:1em;width:8em;height:2em;align-self:center}input:focus+label,input:not(:placeholder-shown)+label{transform:translateY(-2.67em) scale(.8);cursor:default}input:focus+label:after,input:not(:placeholder-shown)+label:after{content:""}input:required:focus,textarea:focus{border-color:var(--blue-dark)}input:required{border:none;border-bottom:solid 2px black}label#label-msgbox{position:relative;left:1em;transform:translateY(-7em)}textarea:focus+#label-msgbox,textarea:not(:placeholder-shown)+#label-msgbox{transform:translateY(-8.5em) scale(.8);background-color:var(--bg);padding-left:.2em;padding-right:.2em;cursor:default}textarea:focus+#label-msgbox:after,textarea:not(:placeholder-shown)+#label-msgbox:after{content:""}textarea:focus+#label-msgbox{color:var(--blue-dark)}textarea{height:8em;max-height:8em;border:solid 2px black;border-radius:1em;padding:1em}input#submit{color:#fff;background-color:var(--blue-dark);border:none}input#submit:active{filter:brightness(.8)}.night input,.night textarea{border-color:var(--bg);color:var(--bg)}.night input:focus+label,.night textarea:focus+label{color:var(--blue-light)}.night input:required:focus,.night textarea:required:focus{border-color:var(--blue-light)}.night textarea:focus+#label-msgbox,.night textarea:not(:placeholder-shown)+#label-msgbox{background-color:var(--bg-dark)}.night textarea:focus+#label-msgbox{color:var(--blue-light)}.night input#submit{color:#000;background-color:var(--blue-light)}.night :required+label:after,.night span#star{color:#ff7c7c}#sociallinks{width:75%}#sociallinks .fa-brands{display:flex;justify-content:center;align-items:center;transition:transform .25s ease}#sociallinks .fa-brands:not(.fa-instagram){border-radius:100%}#sociallinks .fa-brands:hover{transform:scale(1.5)}#sociallinks>a{display:inline-block;margin:.5em .5em 0 0;text-decoration:none;color:inherit;font-size:1.5rem;text-align:center;vertical-align:middle}@media (max-width:480px) or ((max-aspect-ratio:1/1) and (min-width:480px)){#contactPage{font-size:2.25rem}#contactPage>#content{flex-direction:column;justify-content:space-evenly}#contactPage>#content div#contactform{padding-top:0;padding-bottom:0}#socials{justify-content:center;align-items:end;height:fit-content}#sociallinks{width:100%;text-align:center}#sociallinks a:not([href="mailto:ghoshalsubhranil@gmail.com"]){font-size:1em}#sociallinks h3{display:none}#contactform{height:100%;align-items:center}form#Form{width:100%}}@media (max-aspect-ratio:1/1) and (min-width: 480px){#contactPage{font-size:2rem}}#notfoundPage{padding:1em}#notfoundPage *{text-align:center}@media (max-width: 480px){#notfoundPage{font-size:var(--large);padding:2em}}
