﻿@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/michroma/v20/PN_zRfy9qWD8fEagAMg6.ttf) format('truetype');
}
html,
body {
  padding: 0;
  margin: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.logo {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 350px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75%);
}
.logo img {
  width: 75%;
}
.logo p.name {
  position: relative;
  top: -20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #bcbcbc;
}