* {
  margin: 0;
}

html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;

}

.side-line {
  width: 10px;
  height: 100%;
  background: #fb571d;
  position: absolute;
  right: 0;
}

.container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

svg.logo {
  width: 100%;
  height: 20%;
}

svg.topo {
  position: absolute;
  left: 0;
  bottom: 0;
}
