@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);:root{--bg-color:#F9F6EF;--color-purple:#301934;--color-orange:#C57B57;--color-green:#607466;--color-light-green:#ADB5AB;--color-sand:#ECD8C9;--title-color:#C57B57;--p-color:#494d55}body{background-color:var(--bg-color);font-family:Roboto,sans-serif}#container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;overflow-x:hidden;text-align:center}#container.nav-open{position:fixed}main{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:90vh}