.topnav{background-color:#c9c9c9;overflow:hidden;width:100vw;height:70px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0}.nav-toggle{display:none}.nav-menu{width:100%;display:flex;justify-content:space-evenly;align-items:center;opacity:.95}.linkNav{display:flex;align-items:center;justify-content:center;height:40px;float:left;color:#000;text-align:center;padding:14px 26px;text-decoration:none;font-size:30px}.linkNav:hover{color:#fff}.btnLink{background:none;border:none}.btnLink:hover{color:#fff}.nav-link-user{height:45px;text-decoration:none;padding:2px 8px 5px;margin-right:20px;background-color:#000;color:#fff;font-size:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;box-shadow:4px 4px 4px #0006}.nav-link-user:hover{background-color:gray;color:#fff;box-shadow:4px 4px 4px #0006}.btnLink-user{background:none;border:none;color:#fff;font-size:23px}.linkNav-user{display:flex;align-items:center;justify-content:center;height:40px;width:130px;float:left;color:#000;text-align:center;padding:14px 10px;margin-right:20px;text-decoration:none;font-size:30px;background-color:#000;border-radius:7px;box-shadow:4px 4px 4px #0006}.linkNav-user:hover{background-color:gray}.btnLinkLogin{background:none;border:none;color:#fff;font-size:23px}@media(max-width:992px){.topnav{height:50px}.nav-toggle{display:block;background:none;border:none;margin:0 20px}.iconMenu{height:40px;width:40px}.nav-menu{width:200px;height:350px;display:flex;flex-direction:column;align-items:center;background-color:#696969;position:fixed;top:50px;overflow-y:auto;left:100%;border-radius:0 0 10px}.linkNav{font-size:20px}.btnLink{background:none;border:none;color:#fff}.btnLink:hover{color:#000}.nav-link-user{height:35px;font-size:20px}.btnLink-user{background:none;border:none;font-size:20px}.linkNav-user{width:100px;height:35px;font-size:20px;background-color:#000}.linkNav-user:hover{background-color:#858484}.btnLinkLogin{font-size:20px}.nav-menu_visible{left:0}}.tasksPage{height:81vh;width:100%;display:flex;justify-content:center;align-items:start;background-color:#e6d6c0}.tasks{min-width:300px;margin:20px;display:grid;grid-template-columns:1fr;grid-template-rows:4rem 4rem 1fr;justify-items:center;gap:1.25rem;color:#000;border-radius:10px}h1{margin:1rem 0 .5rem;font-size:3rem;font-weight:800}.newListButton{background-color:#000;color:#fff;padding:.8rem 1rem;font-size:1.5rem;border-radius:1rem;box-shadow:4px 4px 4px #0006;text-decoration:none}.newListButton:hover{background-color:#000000b4}.tasksGrid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:start;gap:20px}.tasksCard{width:auto;height:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:15px;padding:20px;box-shadow:4px 4px 4px #0006;color:#000;font-size:20px;background-color:#a07d5b7c}.nameDeleteList{display:flex;justify-content:space-between;align-items:center}.listName{font-weight:700}.nameDeleteList h2{height:30px;margin-right:10px;text-align:center;cursor:pointer}.iconoEdit,.iconoTrash{width:35px;height:35px;cursor:pointer}.tasksList{margin:10px;color:#000;display:flex;justify-content:center;align-items:center}.inputTask{height:30px;width:30px;cursor:pointer}.labelTask{height:40px;margin-left:10px;padding:4px 0;font-size:24px;cursor:pointer}.tasksListCompleted{margin:10px;color:#b9b9b9;display:flex;justify-content:center;align-items:center}.inputTaskCompleted{height:30px;width:30px;cursor:pointer;accent-color:rgba(87,87,87,.425)}.labelTaskCompleted{height:40px;margin-left:10px;font-size:30px;cursor:pointer}.deleteTask{margin-left:15px;background-color:#db5865;color:#fff;border:none;border-radius:5px;width:30px;height:30px;font-size:20px;cursor:pointer;box-shadow:3px 3px 3px #0006}.taskList{height:81vh;display:flex;flex-direction:column;justify-content:start;align-items:center;background-color:#fff}.newList{margin:60px auto 20px;height:min-content;width:380px;background-color:#dad8d0;display:flex;flex-direction:column;justify-content:center;align-items:center;border:none;border-radius:20px;box-shadow:4px 4px 4px #0006}.nameList{height:40px;width:290px;font-size:24px;margin:30px 20px 0;padding:6px;border-radius:6px;border:none;font-weight:700;box-shadow:4px 4px 4px #0006}.newTasks{display:flex;flex-direction:column;justify-content:center;align-items:center}.newTasksList{display:flex;flex-direction:column;justify-content:center;align-items:start}.nameTask{height:40px;width:290px;font-size:24px;margin:10px;padding:5px;border-radius:6px;border:none;box-shadow:4px 4px 4px #0006}.addTask{height:60px;width:60px;font-size:30px;margin:10px;border-radius:8px;border:none;background-color:#000;color:#fff;box-shadow:4px 4px 4px #0006}.addTask:hover{background-color:#000000a1}.saveCancel{margin-bottom:10px}.saveTask{width:130px;height:50px;font-size:25px;margin:15px;border-radius:8px;background-color:#35959c;color:#fff;box-shadow:4px 4px 4px #0006;justify-content:center;align-items:center}.saveTask:hover{background-color:#35959cc0;border:none}.cancelTask{width:130px;height:50px;font-size:25px;margin:15px;border-radius:8px;background-color:#db5865;color:#fff;box-shadow:4px 4px 4px #0006;justify-content:center;align-items:center;text-decoration:none;border:none}.cancelTask:hover{background-color:#db5865bd;border:none}@media screen and (max-width:62rem){.tasksPage{height:800px}.newList{width:340px;margin-top:30px}}@media screen and (max-width:37.5rem){.tasksPage{height:1200px}}.ingresar{background-color:#e0e0e0;width:100%;height:82vh;display:flex;align-items:start;justify-content:center}.contenido-ingresar{background-color:#a4b6c5;width:400px;height:480px;border-radius:10px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px 4px #0006;margin-top:60px}.titulo-ingresar{font-size:30px;font-weight:700;color:#000;margin-top:30px}.formulario-ingresar{padding:0 35px 35px;display:flex;flex-direction:column}.label-ingresar{font-size:24px;color:#000}.input-ingresar{width:300px;height:40px;border-radius:5px;border:none;margin-bottom:15px;padding:5px;font-size:25px;color:#444;box-shadow:4px 4px 4px #0006}.boton-ingresar{width:200px;height:50px;border-radius:5px;border:none;background-color:#4682b4;color:#fff;font-size:25px;box-shadow:4px 4px 4px #0006;cursor:pointer;text-decoration:none}.boton-ingresar:hover{background-color:#4683b4be}.registro-link{margin-top:30px;font-size:24px;color:#000;text-decoration:none}.boton-cerrar{margin-top:10px;height:40px;border:none;background-color:#a4b6c5;color:#ff0000c5;font-size:24px;cursor:pointer;text-decoration:none}.ingresoU{background-color:#e0e0e0;width:100%;height:80vh;display:flex;align-items:start;justify-content:center}.contenido-ingresoU{background-color:#a4b6c5;width:400px;height:300px;border-radius:10px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px 4px #0006;margin-top:100px}.titulo-ingresoU{font-size:30px;font-weight:700;color:#4682b4;margin-top:25px;margin-bottom:30px}.texto-ingresoU{font-size:24px;color:#000;margin-top:15px}.boton-ingresoU{width:200px;height:40px;border-radius:5px;border:none;background-color:#4682b4;color:#fff;font-size:25px;margin-top:40px;box-shadow:4px 4px 4px #0006;cursor:pointer;text-decoration:none;text-align:center}.error{background-color:#e0e0e0;width:100%;height:82vh;display:flex;align-items:start;justify-content:center}.contenido-error{background-color:#d1d1d1;width:400px;height:300px;border-radius:10px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px 4px #0006;margin-top:100px}.titulo-error{font-size:30px;font-weight:700;color:#e64646;margin-top:25px;margin-bottom:10px}.texto-error{font-size:24px;color:#000;margin:5px}.boton-error{width:300px;height:50px;border-radius:7px;border:none;background-color:#e64646;color:#fff;font-size:25px;margin-top:40px;box-shadow:4px 4px 4px #0006;cursor:pointer}@media screen and (max-width:992px){.ingresar{height:74vh}.contenido-ingresar,.contenido-ingresoU{margin:30px 0}.error{height:70vh}.contenido-error{width:340px;margin:30px 0}}@media screen and (max-width:500px){.contenido-ingresar{width:340px}.formulario-ingresar{width:min-content}.input-ingresar{width:280px}.contenido-ingresoU{width:340px}}.registro,.registrado{background-color:#e0e0e0;width:100%;height:83vh;display:flex;align-items:start;justify-content:center}.contenido-registro{background-color:#a4b6c5;width:500px;height:720px;border-radius:10px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px 4px #0006;margin:40px 0}.titulo-registro{font-size:32px;font-weight:700;color:#000;margin-top:35px}.formulario-registro{padding:0 30px 30px;display:flex;flex-direction:column}.label-registro{font-size:24px;color:#000}.input-registro{width:400px;height:35px;border-radius:5px;border:none;margin-bottom:15px;padding:5px;font-size:25px;color:#444}.boton-registro{width:350px;height:50px;border-radius:5px;border:none;background-color:#4682b4;color:#fff;font-size:25px;box-shadow:4px 4px 4px #0006}.boton-registro:hover{background-color:#4683b4ab}.contenido-agregado{background-color:#a4b6c5;width:400px;height:300px;border-radius:10px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px 4px #0006;margin-top:40px}.titulo-agregado{font-size:30px;font-weight:700;color:#4682b4;margin-top:25px;margin-bottom:10px}.texto-agregado{font-size:24px;color:#000;margin-top:15px;text-align:center}.boton-agregado{width:200px;height:40px;border-radius:5px;border:none;background-color:#4682b4;color:#fff;font-size:25px;margin-top:40px;box-shadow:4px 4px 4px #0006;cursor:pointer;text-decoration:none;text-align:center}@media(max-width:992px){.registro{height:105vh}.registrado{height:72vh}.contenido-registro{width:340px;margin:30px 0}.formulario-registro{padding:0 20px 20px;width:320px}.input-registro{width:280px}.boton-registro{width:230px}.contenido-agregado{width:340px;height:260px;margin-top:30px}.boton-agregado{margin-top:15px}}.footer{background-color:#333;color:#fff;text-align:center;padding:20px;height:120px;width:100%;display:flex;justify-content:space-evenly;align-items:center}.mapa-link{color:#fff;text-decoration:none;font-size:20px}.contact{display:flex;flex-direction:column;gap:10px}.infoContact{display:flex;flex-direction:row;align-items:center;gap:10px}.iconContact{width:24px;height:24px}.textContact{font-size:16px;margin:0}@media(max-width:500px){.mapa-link{display:none}}@media(max-width:400px){.footer{flex-direction:column-reverse;height:170px;padding:10px}}.contenedorHome{width:100vw;height:82vh;padding:1.875rem 0 0;text-align:center;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#ffffffde;background-color:#242424}.aTitulo{text-decoration-line:none}.infoHome{font-size:1.3rem;color:#fff;max-width:650px;margin:0 auto}.h1Home{font-size:3.2em;color:gray}.h1Home:hover{filter:drop-shadow(0 0 2em #fff)}.logo{height:25rem;width:25rem;padding:1.5rem}@media screen and (max-width:992px){.contenedorHome{height:86vh}.logo{width:13rem;height:10rem;padding:0}.logReact{width:10rem}.h1Home{margin:0}}.card-container{height:3rem;display:flex;justify-content:space-between;align-items:center;margin:1rem 1rem 0;background-color:#515153;border-radius:.3125rem;padding:.5rem;cursor:pointer;animation:fadeIn .3s ease-in-out;width:10rem;box-shadow:4px 4px 4px #0006}.card-container>p{font-weight:700;font-size:1rem;margin:0 0 0 .4rem}.btnsItem{display:flex;gap:.3rem}.copy{height:1.5625rem;width:1.5625rem;background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.iconCopy{height:1.8rem;width:1.8rem}.cancel{height:1.5625rem;width:1.5625rem;font-weight:500;background-color:#db5865;border-radius:.3125rem;border:none;cursor:pointer;box-shadow:4px 4px 4px #0006}.btnTrash{height:1.5625rem;width:1.5625rem;background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.iconTrash{height:2.2rem;width:2.2rem}.layout-cards{background-color:#fff;border:.125rem solid #ffffff8c;border-radius:5px;transition:all .3s linear;height:auto;min-height:3rem;width:12.5rem;padding-bottom:1rem;box-shadow:4px 4px 4px #0006}.layout-cards>p{border-radius:.3125rem;background-color:#4682b4;text-align:center;padding:1rem 0;font-weight:700;text-transform:capitalize;font-size:1.1rem}.layout-dragging{background-color:#d8d4d4;border:.125rem dashed #0202028c}@media screen and (max-width:768px){.layout-cards>p{padding:.5rem 0}}.containerEmployees{background-color:#d8d4d4;border:.125rem solid #ffffff8c;border-radius:5px;transition:all .3s linear;height:auto;width:100%}.titleEmployees{border-radius:.3125rem;background-color:#8a775c;text-align:center;padding:1rem 0;font-weight:700;text-transform:capitalize;font-size:1.5rem;margin:0}.all{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;padding-bottom:1rem;box-shadow:4px 4px 4px #0006;background-color:#fff}@media screen and (max-width:768px){.titleEmployees{padding:.5rem 0}.all{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:450px){.all{grid-template-columns:1fr}}.start-employees{display:flex;flex-direction:column;margin:25px 0 20px;width:100%;padding:0 2rem}.titleFont{color:#000;text-align:center;font-size:40px;margin:0}.btnNewEmployee{width:9rem;height:2.875rem;background-color:#35959c;color:#fff;font-size:1.5rem;border-radius:.6rem;display:flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:4px 4px 4px #0006;text-align:center;padding:5px}.btnNewEmployee:hover{background-color:#35959cb7}.employeesSheduling{display:grid;grid-template-columns:1fr;padding:0 2rem;width:100%;margin-bottom:1rem}.grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:0 2rem;width:100%}@media screen and (max-width:992px){.btnNewEmployee{height:auto;padding:5px}.grid{justify-content:center}}@media screen and (max-width:768px){.start-employees{display:flex;flex-direction:column;justify-content:center;margin-top:0;gap:10px}.titleFont{font-size:30px}.btnNewEmployee{padding:5px}}.cardList{display:flex;justify-content:space-between;align-items:center;margin:1rem 1rem 0;background-color:#515153;border-radius:.3125rem;padding:.5rem;width:400px;box-shadow:4px 4px 4px #0006}.cardList>p{font-size:1rem;cursor:not-allowed;margin:0}.buttonsList{display:flex;gap:.5rem}.edit{width:3rem;height:1.6rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.delete{width:2rem;height:1.6rem;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;border:none}@media(max-width:768px){.cardList{width:350px}}.employeesList{background-color:#fff;border:.125rem solid #ffffff8c;border-radius:5px;transition:all .3s linear;height:auto;width:500px;margin:1rem;padding-bottom:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:4px 4px 4px #0006}.titleList{width:100%;border-radius:.3125rem;background-color:#35a583;text-align:center;padding:1rem 0;font-weight:700;text-transform:capitalize;font-size:1.5rem}.employees{width:500px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.employeesList{width:400px}.titleList{padding:.5rem 0}}.employeesPage{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background-color:#ceddeb}.container-new-employee,.containerEditEmployee{height:80vh;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}.cardNewEmployee{width:21rem;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px;background-color:#35959c;border-radius:.625rem;box-shadow:4px 4px 4px #0006}.titleNewEmployee{font-size:32px;color:#000;font-weight:700;margin-bottom:0}.form{display:flex;flex-direction:column;justify-content:center;align-items:center}.label{width:15.625rem;height:1.25rem;font-size:24px;margin-bottom:1rem}.inputText{width:15.625rem;height:2.5rem;padding:.625rem;border-radius:.5rem;background-color:#f3f0f0;border:solid .0625rem black;box-shadow:4px 4px 4px #0006;font-size:1.2rem;margin-bottom:15px}.inputTextDescription{width:15.625rem;height:auto;padding:.625rem;border-radius:.5rem;background-color:#f3f0f0;border:solid .0625rem black;box-shadow:4px 4px 4px #0006;font-size:1.2rem;text-align:left}.buttons{width:15.625rem;height:4.375rem;display:flex;justify-content:space-between;align-items:center;margin-top:10px}.saveButton{width:5.5rem;height:2.5rem;font-size:1.2rem;color:#fff;border-radius:.5rem;background-color:#4682b4;border:0;box-shadow:4px 4px 4px #0006;cursor:pointer;font-weight:500}.saveButton:disabled{cursor:not-allowed;opacity:.5}.cancelButton{width:5.5rem;height:2.5rem;font-size:1.2rem;color:#fff;border-radius:.5rem;background-color:#db5865;border:0;box-shadow:4px 4px 4px #0006;cursor:pointer;font-weight:500}.tarjeta{border:1px solid #ccc;border-radius:20px;padding:10px;background-color:#fff;margin:10px;max-width:600px;box-shadow:4px 4px 4px #0006;display:grid;grid-column:span 2;grid-template-columns:subgrid;grid-row:span 4;grid-template-rows:subgrid;color:#000}.tarjeta-imagen{max-width:100px;height:auto;margin-right:10px;object-fit:cover;border-radius:4px;grid-row:span 2}.tarjeta-contenido{grid-row:span 4;display:grid;grid-template-rows:subgrid}.tarjeta-titulo{margin:0}.tarjeta-descripcion{margin:10px 0}.tarjeta-precio{margin:0;font-weight:700}.boton-agregar{background-color:#35959c;color:#fff;border:none;border-radius:6px;padding:5px 10px;cursor:pointer;justify-self:end;box-shadow:4px 4px 4px #0006}.boton-agregar:hover{background-color:#35959cbd}.boton-quitar{background-color:#af4c4c;color:#fff;border:none;border-radius:6px;padding:5px 10px;cursor:pointer;box-shadow:4px 4px 4px #0006}.boton-quitar:hover{background-color:#a04545}.contenedor-compras{max-width:76.25rem;margin:auto}.tituloProductos{text-align:center;margin:1.25rem;color:#000;font-size:3rem}.contenedor-productos{max-width:76.25rem;display:grid;grid-template-columns:auto 1fr auto 1fr;grid-template-rows:auto 1fr auto auto}@media screen and (max-width:76.25rem){.contenedor-productos{max-width:38.75rem;margin:auto;grid-template-columns:1fr}}.carrito{max-width:50rem;height:74vh;margin:1.875rem auto}.containerCar{background-color:#fff;width:22rem;height:14rem;border-radius:10px;box-shadow:4px 4px 4px #0006;margin:50px auto 0;display:flex;flex-direction:column;justify-content:center;align-items:center}.tituloCarrito{text-align:center;color:#585858;margin-bottom:1rem}.linkCompras{font-size:26px;font-weight:700;color:#000;margin:6px;display:flex;justify-content:center;text-decoration:none}.sinCompras{color:#000;text-align:center}.btnStore{background-color:#585858;color:#fff;border:none;padding:.5rem;border-radius:7px;width:30%;font-size:22px;box-shadow:4px 4px 4px #0006;margin-top:10px;text-align:center;text-decoration:none}.btnStore:hover{background-color:#585858b4}.table{width:100%;border-collapse:collapse;margin-top:1rem;box-shadow:4px 4px 4px #0006}.column{text-align:center}.shadowButton{box-shadow:4px 4px 4px #0006}.btnBuy{background-color:#585858;color:#fff;border:none;padding:.5rem;border-radius:7px;width:100%;font-size:20px;box-shadow:4px 4px 4px #0006}.search{text-align:center;background-color:#bda683;width:100%;height:81vh;color:#242424;padding-top:3rem}.searchMovie{text-align:center;background-color:#bda683;width:100%;color:#242424;padding-top:3rem}.container-search{display:flex;justify-content:center;gap:20px}.dropdown{display:inline-block;margin-bottom:20px}.dropbtn{width:200px;height:50px;background-color:#776346;color:#fff;padding:10px;font-size:22px;border:none;cursor:pointer;border-radius:8px;box-shadow:4px 4px 4px #0006}.dropdown-content{display:none;background-color:#f9f9f9;width:200px;box-shadow:0 8px 16px #0003;border-radius:0 0 8px 8px;position:absolute}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block;font-size:20px}.dropdown:hover .dropbtn{background-color:#77634685}.dropdown:hover .dropdown-content{display:block}.dropdown-content a:hover{background-color:#dbd8d8}.searcher{margin-bottom:20px}.btnSearch{height:50px;width:110px;background-color:#776346;color:#fff;font-size:22px;border:none;cursor:pointer;border-radius:8px 0 0 8px;box-shadow:4px 4px 4px #0006}.btnSearch:hover{background-color:#776346b0}.inputSearch{width:300px;height:50px;border:none;border-radius:0 8px 8px 0;box-shadow:4px 4px 4px #0006;font-size:22px}.textoSearcher{max-width:37.5rem;margin:auto}.toWeather,.toMovie{color:#000;text-decoration:none;font-weight:550}.iconWeather1{max-width:5rem;margin-top:2rem;margin-right:2rem}.iconWeather2{max-width:5rem;margin-top:1rem}.iconMovie1{max-width:5rem;margin-top:2rem;margin-right:2rem}.iconMovie2{max-width:5rem;margin-top:1rem}.infoWeather{padding-top:1.5rem}.movieList{margin:auto;padding:0 1.25rem;background-color:#bda683;display:grid;grid-template-columns:repeat(auto-fit,minmax(15.625rem,1fr));gap:1.25rem}.movieCard{background-color:#fff;padding:1.25rem;border-radius:.25rem;box-shadow:0 .125rem .25rem #00000080}.movieCard img{width:100%;height:auto}@media screen and (max-width:62rem){.container-search{flex-direction:column}.dropdown{margin:0 auto 20px}.textoSearcher{padding:0 1rem}}@media screen and (max-width:420px){.searcher{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.inputSearch{border-radius:8px}.btnSearch{border-radius:8px;margin-top:20px}}.mapa{font-family:Arial,sans-serif;background-color:#000;width:100%;height:81vh;font-size:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{height:12rem;padding:1.5rem;will-change:filter;transition:filter .3s}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(1) .logo{animation:logo-spin infinite 20s linear}}.tituloMapa{font-size:24px;font-weight:700;margin-top:40px;color:#fff}.lista{margin-top:20px}.nav-link-mapa{text-decoration:none;color:#fff}@media screen and (max-width:992px){.mapa{height:auto}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#e0dede;color:#f2f2f2;font-family:Rubik Wet Paint,Montserrat,sans-serif;font-weight:400}
