@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700&display=swap");
*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  width: 100vw; }

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: flex-start;
  height: 100%;
  width: 100vw;
  color: white;
  background-color: #0e0e0e;
  overflow-x: hidden; }

body {
  font-family: 'Monsterrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4; }

.content__wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
  background-color: #0e0e0e;
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-left-width: 1px;
  border-right-width: 1px;
  background-image: url("assets/img/logo-trim-white-1200.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-size: contain;
  padding: 0 25vw;
  z-index: 99; }
