@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap);header{position:fixed;top:0;width:100%;height:150px;z-index:1;display:flex;justify-content:space-evenly;align-items:center;text-align:center}header h1{color:#3b3a3c;font-weight:600;font-size:28px;width:180px}header .btn{border:none;outline:none;background:none;cursor:pointer}header .btn,header label{font-size:1rem;width:160px}header label{color:#3b3a3c;transition:color 1s linear}header .label-dark{color:#f1f4f8;transition:color 1s linear}@media screen and (max-height:400px){header{height:75px}}footer{position:fixed;bottom:0;width:100%;height:150px;display:flex;justify-content:center;align-items:flex-start}footer .social{padding:0;width:320px;display:flex;justify-content:space-around}@media screen and (max-height:400px){footer{height:75px}}.MeshText{cursor:pointer;width:330px;height:388px;display:flex;justify-content:center;align-items:center}.MeshImg{height:200px}@media screen and (max-height:400px){.MeshImg{height:75px}}*{box-sizing:border-box;font-family:"Montserrat",sans-serif}body,html{width:100%;height:100%;min-height:500px;overflow:hidden;margin:0;padding:0}#root{width:100vw;height:80vh;margin:40px auto;overflow:hidden}body{background-color:#f1f4f8;position:fixed}.body-dark,body{transition:background-color 1s linear}.body-dark{background-color:#23262b}a:active,a:hover,a:link,a:visited{text-decoration:none}ul{list-style-type:none}.light{color:#3b3a3c;transition:color 1s linear}.light:hover{color:#000}.light:active,.light:focus{color:#05c7f2}.light:visited{color:#3b3a3c}.dark{color:#f1f4f8;transition:color 1s linear}.dark:hover{color:#000}.dark:active,.dark:focus{color:#05c7f2}.dark:visited{color:#f1f4f8}.AboutMe{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:90%;margin:auto}.AboutMe img{border-radius:120px}.AboutMe ul{padding:0;display:flex;width:320px;justify-content:space-evenly}.AboutMe p{line-height:1.5rem}.AboutMe p,.touring{text-align:center;width:90%}.touring{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:auto}.touring ul{padding:0;display:flex;width:320px;justify-content:space-evenly}.touring p{line-height:1.5rem;width:90%}.touring h5{margin-top:10px}.projects{text-align:center;flex-direction:column;align-items:center;height:100%;width:90%;margin:auto}.projects,.projects ul{display:flex;justify-content:center}.projects ul{padding:0;width:320px}.projects p{line-height:1.5rem;width:90%}.projects h5{margin-top:10px}@media screen and (max-width:500px){.AboutMe p,.projects p,.touring p{margin:0}}
/*# sourceMappingURL=main.065e1284.chunk.css.map */