@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");:root{--0:#355296;--1:#e15829;--2:#bbb4d9;--3:#eee2d2;--5:#596796;--4:#ccd6df;--font:"Ubuntu",sans-serif;--fontCursive:"Cedarville Cursive",cursive}body{font-family:var(--font);background-color:var(--3);margin:0;padding:0;position:relative;height:100%}.cursive{font-family:"Cedarville Cursive",cursive;font-weight:400;font-style:normal}.iconSize{height:25px;width:25px}.homeIcons{height:40px;width:40px}@media (max-width:1000px){.iconSize{height:15px;width:15px}.homeIcons{height:30px;width:30px}}h1,h2,h3,p{margin:0}.bg-1{background-color:var(--1)}.bg-2{background-color:var(--2)}.bg-3{background-color:var(--3)}.bg-4{background-color:var(--4)}.bg-5{background-color:var(--5);color:var(--3)}.techItem{width:-moz-fit-content;width:fit-content;background-color:var(--2);padding:5px;height:-moz-fit-content;height:fit-content}