@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap";.footer{background-color:var(--first-color-alt);font-family:var(--font);margin-top:10rem;margin-bottom:0}.footerContainer{padding-top:2rem;padding-bottom:2rem;max-width:1200px;margin:0 auto;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr}.footerTitle{font-size:var(--h1-font-size);margin-bottom:var(--mb-0-25)}.footerSubtitle{font-size:var(--small-font-size)}.footerMenuItem{margin-bottom:1rem}.footerIcon{margin-right:1rem;font-size:1.5rem}.footerIcon:hover,.footerLink:hover{color:var(--first-color-lighter)}.footerTitle,.footerSubtitle,.footerLink,.footerIcon{color:#fff}.footerCopyright{text-align:center;padding-bottom:2rem}.footerCopyright a{color:#fff}.footerCopyright p>a:hover{color:var(--first-color-lighter)}@media screen and (max-width:767px){.footerContainer{grid-template-columns:1fr;margin-left:var(--mb-1);margin-right:var(--mb-1)}}@media only screen and (min-width:768px) and (max-width:800px){.footerContainer{max-width:740px;padding-left:1rem}}.header{width:100vw;position:fixed;top:0;left:0;z-index:var(--z-fixed);background-color:var(--body-color);box-shadow:0 0 5px var(--card-shadow)}.grid{display:grid;gap:1.5rem}.nav{max-width:1200px;height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.navLogo strong{font-size:2rem}.navLogo,.navToggle{color:var(--text-color);font-weight:var(--font-medium)}.logoIcon{font-size:40px;color:var(--first-color);margin-right:10px}.navLogo:hover{color:var(--first-color)}.navToggle{font-size:1.1rem;cursor:pointer}.navToggle:hover{color:var(--first-color)}@media screen and (max-width: 767px){.navMenu{position:fixed;top:-100%;left:0;width:100%;background-color:var(--body-color);padding:2rem 1.5rem 4rem;box-shadow:1px 3px 3px 4px #00000026;border-radius:1.5rem 2rem 2rem 1.5rem;transition:.3s}.navLogo strong{font-size:1rem}.open{top:calc(var(--header-height))}}.navList{grid-template-columns:repeat(3,1fr);gap:2rem}.navLink{display:flex;font-display:column;align-items:center;font-size:var(--medium-font-size);color:var(--title-color);font-weight:var(--font-medium)}.navLink:hover,.themeIcon:hover{color:var(--first-color)}.navIcon,.themeIcon{font-size:1.2rem;font-weight:var(--font-bold)}.navButtons{display:flex;gap:1rem;align-items:center}@media screen and (max-width: 350px){.navMenu{padding:2rem 1rem 4rem}.navList{column-gap:0}}@media screen and (min-width: 768px){.header{top:0;left:initial}.header{padding:0 1rem}.nav{height:calc(var(--header-height) + 1rem);column-gap:1rem}.navIcon,.navToggle{display:none}.navList{display:flex;column-gap:1rem}.navMenu{margin-left:auto}}@media only screen and (min-width: 1024px){.header{padding:0}.navList{display:flex;align-items:center;justify-content:flex-start}}.forecastContainer{max-width:820px;margin-left:auto;margin-right:auto;margin-top:var(--mb-3)}.forecastTitle{margin-bottom:var(--mb-1-5);font-size:var(--h2-font-size)}.forecastDetailContainer{display:flex;overflow-x:auto;white-space:nowrap}.forecastDetail{display:inline-block;text-align:center;padding:2rem}.forecastDetailCard{border-radius:0rem 1.5rem;padding:1rem;box-shadow:var(--shadow-2)}@media screen and (max-width:767px){.forecastContainer{margin-left:var(--mb-1);margin-right:var(--mb-1)}}@media screen and (min-width:768px) and (max-width:900px){.forecastContainer{max-width:740px}}.mainWeatherDetail{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;max-width:820px;margin-left:auto;margin-right:auto;margin-bottom:var(--mb-3);justify-content:space-evenly;border-radius:1rem;box-shadow:var(--shadow-2)}.cityName{font-size:var(--h1-font-size);text-align:start}.cityName h2{color:#fff}.mainDetailBox{text-align:center;display:flex;align-items:center;justify-content:center;border-radius:1rem}.dateAndTime h2{font-size:2rem;color:#fff}.dateAndTime p{color:#fff}.timeIcon{width:60px;height:60px;border-radius:50%;background-color:var(--first-color-lighter);display:flex;align-items:center;justify-content:center;margin-right:1rem}.weatherConditionIcon img{width:50%;height:auto}.timeIcon i{font-size:2rem}.temperatureDetail h1{font-size:8rem;color:#fff}.temperatureDetail p{color:#fff}@media screen and (max-width:350px){.timeIcon{display:none}}@media screen and (max-width:767px){.mainWeatherDetail{grid-template-columns:1fr;margin-left:var(--mb-1);margin-right:var(--mb-1)}}@media screen and (min-width:768px) and (max-width:900px){.mainWeatherDetail{max-width:740px}}.searchContainer{display:flex;max-width:820px;gap:2rem;padding:1rem;border-radius:1rem;margin-left:auto;margin-right:auto;box-shadow:var(--shadow-2);margin-bottom:var(--mb-3)}.searchInput{display:flex;width:100%}.searchInput input{border:none;outline:none;font-size:1rem;font-weight:var(--font-semi-bold);border-radius:10px;height:40px;padding:1rem;width:350px}.searchButtons{display:flex;align-items:center;justify-content:space-between;width:100%}.search-btn{cursor:pointer;border:none;padding:.5rem 2rem;height:40px;background-color:var(--first-color);color:#fff;font-weight:var(--font-semi-bold);margin-right:1rem;border-radius:.5rem;font-size:1rem}.search-btn:hover{background-color:var(--first-color-alt)}.slideButtons{width:100px;padding:5px;display:flex;align-items:center;justify-content:space-around;background-color:var(--first-color-lighter);border-radius:50px}.celcious,.kelvin{width:50%;padding:5px 0;cursor:pointer;border-radius:20px;text-align:center;font-weight:700;color:#000;font-size:18px}.slideButtonActive{background-color:var(--first-color);color:#fff}@media screen and (max-width:767px){.searchContainer{display:grid;grid-template-columns:1fr;margin-left:var(--mb-1);margin-right:var(--mb-1)}.searchInput input{width:100%}.searchButtons{display:grid;grid-template-columns:1fr;gap:1rem}.searchAndLocationButton,.unitConvertButton{display:flex;justify-content:center}}@media screen and (min-width:768px) and (max-width:900px){.searchContainer{max-width:740px}}.secondaryDetail{display:grid;margin-top:6rem;max-width:820px;margin-left:auto;margin-right:auto;grid-template-columns:repeat(3,1fr);gap:2rem;justify-content:space-evenly}.smallDetail{display:flex;justify-content:space-evenly;align-items:center;width:250px;height:100px;border-radius:1rem;box-shadow:var(--shadow-1)}.smallDetail:hover{transform:translateY(-2px)}.detailIcon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--first-color-lighter)}.detailIcon i{font-size:2rem}@media screen and (max-width:767px){.secondaryDetail{grid-template-columns:1fr;margin-left:var(--mb-1);margin-right:var(--mb-1)}.smallDetail{margin-left:auto;margin-right:auto}}@media screen and (min-width:768px) and (max-width:900px){.secondaryDetail{grid-template-columns:repeat(2,1fr);max-width:740px}.smallDetail{margin-left:auto;margin-right:auto}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aboutContainer{max-width:820px;margin-left:auto;margin-right:auto;text-align:center;margin-top:6rem}.aboutTitle{font-size:var(--h1-font-size);margin-bottom:var(--mb-1)}.aboutSubTitle{font-weight:var(--semi-font);margin-bottom:var(--mb-3)}.aboutDescription{text-align:left;margin-bottom:var(--mb-3)}blockquote{margin-bottom:var(--mb-3)}@media screen and (max-width:767px){.aboutContainer{margin-left:var(--mb-1);margin-right:var(--mb-1)}.aboutTitle{font-size:2rem}}@media screen and (min-width:768px) and (max-width:900px){.aboutContainer{max-width:740px}}.contactContainer{max-width:400px;margin-left:auto;margin-right:auto;margin-top:6rem}.contactTitle{font-size:var(--h1-font-size);text-align:center;margin-bottom:var(--mb-3)}.contactContent{background-color:var(--input-color);border-radius:.5rem;padding:.75rem 1rem .25rem;margin-bottom:var(--mb-1)}.contactLabel{font-size:var(--small-font-size);color:var(--text-color)}.contactInput{width:100%;background-color:var(--input-color);color:var(--text-color);font-family:var(--body-font);font-size:var(--normal-font-size);border:none;outline:none}.contactButton{padding:1rem 2rem;border:none;color:#fff;font-size:1rem;font-weight:var(--font-bold);background-color:var(--first-color);border-radius:.5rem}.contactButton:hover{background-color:var(--first-color-alt)}@media screen and (max-width:767px){.contactContainer{margin-left:var(--mb-1);margin-right:var(--mb-1)}}:root{--header-height: 3rem;--hue-color: 250;--first-color: hsl(var(--hue-color), 69%, 61%);--first-color-second: hsl(var(--hue-color), 69%, 61%);--first-color-alt: hsl(var(--hue-color), 57%, 53%);--first-color-lighter: hsl(var(--hue-color), 92%, 85%);--title-color: hsl(var(--hue-color), 8%, 15%);--text-color: hsl(var(--hue-color), 8%, 45%);--text-color-light: hsl(var(--hue-color), 8%, 65%);--input-color: hsl(var(--hue-color), 70%, 96%);--body-color: hsl(var(--hue-color), 60%, 99%);--container-color: #fff;--scroll-bar-color: hsl(var(--hue-color), 12%, 90%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 50%);--white-color: hsl(0, 0%, 100%);--radius-12: 12px;--card-shadow: hsla(0, 0%, 0%, .4);--shadow-1: 10px 10px 40px var(--card-shadow);--shadow-2: 4px 4px 10px var(--card-shadow);--shadow-3: 2px 1px 10px var(--card-shadow);--body-font: "Rubik", sans-serif;--big-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1.125rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--font-bold:700;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000}@media screen and (min-width: 968px){:root{--big-font-size: 3rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{margin:0 0 var(--header-height) 0;font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);overflow-x:hidden}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.section{width:100vw;margin-top:8rem}::-webkit-scrollbar{width:.6rem;background-color:var(--scroll-bar-color);border-radius:.5rem}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}@media screen and (max-width: 350px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}@media screen and (min-width: 768px){.container{margin-left:auto;margin-right:auto}body{margin:0}}
