.btn{cursor:pointer;background:#efefef;border:none;border-radius:3px;outline:none;flex-direction:row;justify-content:center;align-items:end;padding:.7em 1.4em;font-weight:700;transition:all .2s;display:flex}.btn span{white-space:nowrap;width:100%;display:flex}.btn-green:hover{filter:brightness(1.2)}.btn-green,.btn-gray:hover,.btn-white:hover{color:#fff;background:var(--green);border-color:var(--green)}.btn-gray{color:var(--green)}.btn-white{color:#444;background:0 0;border:1px solid #ddd}main{flex-direction:row;justify-content:center;margin:30px auto;display:flex}main .first-column{max-width:var(--container-width);flex-direction:column;gap:1em;display:flex}main .not-found-span{color:#444;align-items:flex-end;font-size:1rem;display:inline-flex}main .not-found-span strong{margin-right:5px}main .alert-icon{color:var(--yellow);margin-right:13px;font-size:1.4em}main h1{color:#333;font-weight:600}main h1 span{color:var(--green)}main p{color:#444;font-size:1rem}main nav{flex-flow:wrap;gap:20px;max-width:100%;display:flex}main nav a{text-decoration:none}main nav .whats-svg{stroke-width:15px;margin-right:10px;font-size:1.2em}.blog{max-width:var(--container-width);margin:20px auto}.blog h2{color:#333;font-size:1.3rem}.notFound{max-width:var(--container-width);color:#444;border:1px solid #ddd;border-radius:3px;margin:20px auto;padding:1.7em 1em}.notFound div{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.notFound div a{text-decoration:none}.notFound div a .styled-button{font-weight:500}.notFound h2{font-size:1.3rem;font-weight:400}.notFound h2 strong{font-weight:600}.notFound p{margin-top:1.7em}@media (max-width:755px){.notFound .first-line{flex-direction:column}}
