@import url(https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Source+Code+Pro:wght@200..900&display=swap);.Landing-container{align-self:center;display:flex;flex-direction:column;width:fit-content}.Landing-container *{width:fit-content}.Landing-container__name{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 0 24px}.Landing-container__name__at,.Landing-container__name__fullname{padding:8px 0}.Landing-container__name__fullname{padding-left:8px;padding-right:8px}.Landing-container__nav{display:flex;flex-wrap:wrap;gap:24px;width:100%}@media(max-width:600px){.Landing-container{padding:50px}.Landing-container__name__at,.Landing-container__name__fullname{padding:0}.Landing-container__nav{align-content:start;align-items:start;flex-direction:column;gap:10px}}.Projects-container{display:flex;flex-direction:column;height:100%;width:100%}.Nav-link__no-events{pointer-events:none;user-select:none}.Global-nav{align-items:center;display:flex;height:50px;padding:0 5px;position:absolute;top:0;width:100%}.Global-nav__root{align-self:center;display:flex;height:100%;justify-content:flex-start;width:100%}*{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0;width:100%}body{transition:background-color 1s ease-in-out}.App{align-items:center;flex-direction:column;justify-content:center;overflow:hidden}.App,.Container{display:flex;height:100%}.Container--open{height:100%;padding:50px 5%;width:100%}