body {
  margin: 0px;
  height: 100dvh;
  width: 100dvw;
  background: #050505;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-family: 'Lato';
  font-family: 'Inconsolata', monospace;
  font-weight: 700;
}

.content {
  width: 90dvw;
  height: 80dvh;
  background: #222;
  border: 3px solid #222;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  width: 80px;
  /*border-radius: 50%;*/
}

#companyName {
  color: #CCC;
  color: #def1e6;
  margin-left: 25px;
  word-spacing: -5px;
}

#logoname {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

