

.innerSQ {
    background-color: #0f384f;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    clip-path: polygon(0 0, 48% 0%, 40% 100%, 0 100%);
  }
  
  .innerSQ2 {
    height: 100%;
    width: 100%;
    opacity: 0.8;
    clip-path: polygon(49.2% 0, 49% 0%, 38% 100%, 38.2% 100%);
    position: absolute;
    top: 0;
    left: 0;
    background-color: olivedrab;
  }
  
  .innerLines {
    font-family: "Lato";
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 2rem;
    font-size: 200%;
    font-weight: lighter;
    color: tomato;
  }
  
  .innerLogo {
    top: 10%;
    position: absolute;
    left: 50%;
    margin: 2rem;
    font-size: 200%;
    font-weight: lighter;
    color: tomato;
  }