.nav{background-color:#2d2d2d;justify-content:space-between;padding:10px;width:100%}.nav,.nav-section{align-items:center;display:flex}.nav-section{background-color:#514f4f;border-radius:1rem;gap:1rem;padding:5px}.nav-section li{list-style-type:none}.nav-section p{color:#fff;font-size:25px;font-weight:700}.nav-section button{align-items:center;background-color:#2d2d2d;border-radius:1rem;color:#fff;display:flex;flex-wrap:none;justify-content:center;padding:2.5px;white-space:nowrap}.nav-section button:hover{background-color:#7a348c}.home-wrapper{align-items:center;background-color:#121113;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0 auto;width:100%}.home-header-container{align-items:center;background-image:url(/static/media/Checkerboard.dd5e026a0cabf81891c9.png);border-radius:1rem;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;opacity:.5;padding:10px;width:70%}.home-header-container h1{color:#fff;font-size:65px;font-style:italic;font-weight:700;text-align:center}.home-card-container{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:2.5%;overflow-x:scroll;width:70%}.home-card-container::-webkit-scrollbar{display:none;width:0}.home-card{background-color:#2d2d2d;color:#fff;display:flex;flex-shrink:0;margin:2.5%}.home-card:hover{-webkit-animation:scaleCard 1s ease-in-out;animation:scaleCard 1s ease-in-out;-webkit-animation-fill-mode:fowards;animation-fill-mode:fowards}@-webkit-keyframes scaleCard{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.125);transform:scale(1.125)}to{trandform:scale(1)}}@keyframes scaleCard{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.125);transform:scale(1.125)}to{trandform:scale(1)}}.line{border:2px solid #2d2d2d;margin-top:1.25%;width:70%}.slide{align-items:center;border-radius:1rem;display:flex;flex-direction:column;flex-wrap:nowrap;height:25vh;justify-content:center;margin-bottom:5.5%;margin-top:2.5%;width:70%}.slide h1{color:#fff;font-size:40px;font-style:italic;font-weight:700;letter-spacing:2px;margin-bottom:1.5%;-webkit-text-decoration:dotted;text-decoration:dotted}.slide img{border-radius:1rem;height:65%;object-fit:cover;opacity:.75;width:100%}.hover-container:active{-webkit-transform:scale(.95);transform:scale(.95)}.hover-container:active,.hover-container:active:focus{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.hover-container:active:focus{-webkit-transform:scale(1);transform:scale(1)}.hover-container:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.hover-container,.hover-container:hover{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.hover-container{-webkit-transform:scale(1);transform:scale(1)}.profile-wrapper{background-color:#121113;display:flex;height:100vh;justify-content:center;margin:0 auto;width:100%}.profile-container{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:2.5%;width:70%}.profile-background-container,.profile-container{align-items:center;border-radius:1rem;display:flex}.profile-background-container{height:25vh;justify-content:flex-start;margin-bottom:1.5%;position:relative;width:100%}.profile-picture-container{bottom:0;height:15vh;position:absolute;width:15vh}.profile-info-container,.profile-picture-container{background-color:#2d2d2d;border-radius:1rem;display:flex;padding:10px}.profile-info-container{align-items:center;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin-bottom:1.5%;width:100%}.profile-info-section{align-items:center;background-color:#514f4f;border-radius:1rem;display:flex;flex-direction:row;gap:1rem;padding:5px}.profile-info-section button{align-items:center;background-color:#2d2d2d;border-radius:1rem;color:#fff;display:flex;flex-wrap:none;font-size:25px;font-weight:700;gap:10px;justify-content:center;padding:10px;white-space:nowrap}.profile-info-section button:hover{background-color:#7a348c}.line{border:2px solid #514f4f;border-radius:2px;margin-bottom:1.5%;margin-top:1.5%;width:100%}


/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.m-3{margin:.75rem}.mt-2{margin-top:.5rem}.flex{display:flex}.h-screen{height:100vh}.w-1\/2{width:50%}.w-32{width:8rem}.w-screen{width:100vw}.w-full{width:100%}.basis-1\/2{flex-basis:50%}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-width:1px}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-stone-50{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.blur{--tw-blur:blur(8px);-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
/*# sourceMappingURL=main.b13aa0d1.css.map*/