body{
  overflow-y: hidden;
  background-image: linear-gradient(rgba(100,50,50,100) , rgba(20,20,20,100));
}

.home-container {
  height: 50vh;
  width: 200vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  color: white;
}

#floor{
background-color: #6f7049;
opacity: 0.8;
background-image:  repeating-linear-gradient(45deg, #6a524b 25%, transparent 25%, transparent 75%, #6a524b 75%, #6a524b), repeating-linear-gradient(45deg, #6a524b 25%, #6f7049 25%, #6f7049 75%, #6a524b 75%, #6a524b);
background-position: 0 0, 40px 40px;
background-size: 80px 80px;
background-repeat: repeat;
}

.ascii-art {
    font-family: monospace;
    white-space: pre;
}

