.aboutMe{padding-inline:30px;margin-top:50px;text-align:center;display:flex;flex-direction:column;gap:20px;h1{font-size:7vw}p{font-size:20px;text-align:justify}}@media screen and (min-width:1000px){.aboutMe{padding-inline:20vw;h1{font-size:50px}p{font-size:30px}}}.Home{box-shadow:0 0 100px black}.Home,.HomeLight{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100vh;width:100vw;gap:80px;background-image:url(https://static.vecteezy.com/ti/fotos-gratis/t1/3343387-desktop-source-code-and-wallpaper-by-coding-and-programming-gratis-foto.jpg);background-size:cover}.HomeLight{color:black;box-shadow:0 20px 100px rgb(156,156,156)}.Home:before{background-color:rgba(0,0,0,.678)}.Home:before,.HomeLight:before{content:"";position:absolute;inset:0;z-index:0}.HomeLight:before{background-color:rgba(238,238,238,.781)}.Home *,.HomeLight *{position:relative;z-index:1}.Id{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;display:flex;flex-direction:column;align-items:center;font-size:5vw;p{font-weight:lighter;font-size:15px}}.theme{position:absolute;border:none;background-color:transparent;top:25px;right:25px}@media screen and (min-width:1000px){.Id{font-size:50px;p{font-size:35px}}}.projects{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:50px;h1{font-size:7vw}}.projetos{height:auto;width:95vw;display:flex;justify-content:space-between;align-items:center;background-color:#1B1B1B;border:1px solid;border-radius:100px;text-align:center;padding:10px;img{width:100px;height:100px;border-radius:50px}h1{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:6vw;font-weight:100}}@media screen and (min-width:1000px){.projects{h1{font-size:65px}}.projetos{width:75vw}}.techsSkills{display:grid;grid-template-columns:repeat(3,3fr);grid-gap:10px;gap:10px;place-items:center;width:100vw}.techSkills{width:28vw;height:auto;padding:5px;border-radius:5px;background-color:#1B1B1B;color:white;border:1px solid;display:flex;flex-direction:column;justify-content:center;align-items:center}.Skills{width:100vw;text-align:center;margin-top:50px;h1{font-size:7vw;margin-bottom:10px}}@media screen and (min-width:500px){.techsSkills{grid-template-columns:repeat(4,3fr)}.techSkills{width:15vw}}@media screen and (min-width:1000px){.techsSkills{grid-template-columns:repeat(5,3fr);width:80vw}.techSkills{width:15vw}.Skills{display:flex;flex-direction:column;align-items:center;h1{font-size:65px}}}.light{background-color:#ebebeb;color:black;.projetos,.techSkills{background-color:#ebebeb}.techSkills{color:black}.footer{color:black;border-top:1px solid black;.line{background-color:black}}}.dark{background-color:#1B1B1B;height:auto;display:flex;flex-direction:column;gap:100px;align-items:space-between;.footer{color:white}}.footer{display:flex;border-top:1px solid;justify-content:center;align-items:center;gap:10px;color:black;margin-top:50px;margin-bottom:0;p{font-size:15px}img{width:200px}.line{width:2px;height:15vh;background-color:white}}@media screen and (min-width:1000px){.footer{height:auto;gap:20px;img{width:300px}p{font-size:30px}.line{height:13rem}}}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contato{display:flex;margin-top:20px;padding-top:30px;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-top:1px solid;border-radius:20px;input{width:85vw;height:10vw;border-radius:50px;padding:20px;font-size:5vw;background-color:transparent;border:1px solid}button{width:100px;border:none;border-radius:50px;font-size:10vw;display:flex;justify-content:center;align-items:center}h1{font-size:7vw}}.loadingSpinner{animation:loading 2s ease infinite;animation-delay:0s;display:flex;justify-content:center;align-items:center}@media screen and (min-width:600px){.contato{input{font-size:20px;height:60px}button{width:150px}button,h1{font-size:50px}}}