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

.t-line {
	height: 2px;
	background-color: #00ffff;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50vh;
}

.colored {
	color: #00ffff;
}
