/*@font-face {
	font-family: 'jetBrainsMonoThin';
	src: url('/assets/fonts/JetBrainsMono-Thin.woff2') format('woff2'),
		url('/assets/fonts/JetBrainsMono-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'jetBrainsMonoRegular';
	src: url('/assets/fonts/JetBrainsMono-Regular.woff2') format('woff2'),
		url('/assets/fonts/JetBrainsMono-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'jetBrainsMonoBold';
	src: url('/assets/fonts/JetBrainsMono-Bold.woff2') format('woff2'),
		url('/assets/fonts/JetBrainsMono-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	outline: 0;
}

html, body{
	width: 100%;
	float: left;
	font-family: 'jetBrainsMonoRegular', sans-serif;
	font-size: 14px;
	background: #fff;
}


.httpcoffee{
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 51px;
    flex-direction: column;
    gap: 35px;
}
.httpcoffee img{
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
}

.httpcoffee a{
	color: #000 !important;
	text-decoration: underline;
}