main{display:flex;align-items:center;flex-direction:column}h1{margin-top:6rem;margin-bottom:1.25rem;text-align:center;font-size:4.5rem;font-weight:900}.description{font-size:1.5rem;width:80%;margin-bottom:3rem}.tiles{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem;width:80%;margin:5rem 0}h2{margin:1.25rem;text-align:center;font-size:3rem;font-weight:400}.proofcardcontrols{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.proofcards{display:flex;align-items:center;flex-direction:row;gap:1.5rem;overflow-x:auto;white-space:nowrap;width:100%;padding:20px 0}.proofcardcontrols .arrowbtn{position:absolute;width:50px;aspect-ratio:1/1;z-index:2;font-size:2rem;font-family:var(--ffh);background:var(--transval);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.proofcardcontrols .arrowright{right:0;border-radius:10px 0 0 10px}.proofcardcontrols .arrowleft{left:0;border-radius:0 10px 10px 0}.tile{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;width:100%;height:100%;padding:1rem;box-shadow:0 0 50px var(--transval);aspect-ratio:1}.tile .icon{display:flex;align-items:center;justify-content:center;width:100%}.tile .icon svg{fill:var(--primary);height:60%;width:60%}.tile .title{display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.5em}.tile .description{text-align:center}#hometable{display:flex;flex-direction:column;width:100%;height:100%;margin:2rem}#hometable .tablehead{display:flex;align-items:center;justify-content:center;width:100%;height:100px;border-bottom:solid 2px var(--quaternary)}#hometable .tablehead>div{display:flex;align-items:center;justify-content:center;font-size:2rem;text-align:center;height:100%}#hometable .tablehead .heading1{width:25%}#hometable .tablehead .heading2{width:75%;border-left:solid 2px var(--quaternary)}#hometable .tablerow{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-bottom:solid 2px var(--quaternary)}#hometable .tablerow:last-child{border-bottom:none}#hometable .tablerow>div{display:flex;align-items:center;justify-content:center;gap:25px;font-size:2rem;text-align:center;height:100%;flex-wrap:wrap}#hometable .tablerow .col1{width:25%;height:150px}#hometable .tablerow .col2{width:75%;padding:50px;border-left:solid 2px var(--quaternary)}#hometable .tablerow>div .item{display:flex;align-items:center;justify-content:center;height:60px}#hometable .tablerow>div .item svg{width:100%;height:100%;fill:var(--primary)}.pcard{flex:0 0 auto;width:600px;height:250px;background-color:var(--quaternary);border-radius:20px;box-shadow:0 4px 8px var(--transval);display:flex;justify-content:center;align-items:center;flex-direction:row;padding:20px}.pcard .pfp{aspect-ratio:1/1;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center}.pcard .pfp img{width:100%;height:100%;border-radius:50%}.pcard .info{width:100%;height:100%;margin-left:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.pcard .info h3{font-family:var(--ff);font-size:1.75rem;font-weight:700;margin:0}.pcard .info p{display:flex;font-size:1.15rem;width:100%;white-space:wrap;overflow:hidden}
