html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #033;
}

.background-logo {
  overflow: hidden;
  position: absolute;
  height: 300px;
  width: 300px;
  top: 0;
  right: 0;
}

.background-logo img {
  position: absolute;
  top: -85px;
  right: -85px;
  width: 100%;
  height: 100%;
}

.horizontal-lines {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  overflow: hidden;
}

.horizontal-lines img {
  position: absolute;
  top: 0;
  width: 120%;
}

.vertical-lines {
  position: absolute;
  height: 100%;
  width: 40%;
  overflow: hidden;
}

.vertical-lines img {
  position: absolute;
  left: 0;
  width: 100%;
}

.content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo {
  height: 230px;
  width: 209px;
}

.logo-container .platform {
  margin-top: 30px;
}

.logo-container .platform ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo-container .platform ul li img {
  width: 200px;
}