@font-face {
		font-family: Inter;
		src: url('/assets/fonts/Inter/Inter-VariableFont_slnt,wght.ttf');
		}
		body {
			margin:0;
			font-family:Inter;
		}
		header {
			display:flex;
			justify-content:space-between;
			align-items:center;
			background-color:#2e2e2e;
			color:red;
			padding:0.8em;
		}
		
		.wrap-header-right {
			display:flex;
			gap:0.5em;
		}
		.wrap-header-right a {
			color:#fff;
		}
		header form {
			display:flex;
		}
		header > form > input {
			display:block;
			padding:5px;
		}

		#logo-text {font-size:1.4rem;font-weight:bold;}
		#logo {display:none;}
		main {margin:8px;}	
		#about {
			width:100%;
			min-width:300px;
			max-width:500px;
		}
