@font-face {
    font-family: 'Merriweather';
    src: url('/_/Merriweather-Regular.ttf')  format('truetype');
}
body {
	margin: auto;
	background-color:  #1b2631;
}

.other {
	color: peachpuff;
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30vh;

	color: #ffa756;

  font-optical-sizing: auto;
  font-weight: 150;
  font-size: 200px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.colored {
	color: #00ffff;
}
img.greenify {
  filter: hue-rotate(120deg) saturate(2);
}
