:root {
  --primary: #42a872;
  --secondary: #347c89;
--background: #707070;
  --accent: rgb(43, 43, 43);
  --title: #418579;
}
html{
  width: 200vw;
  height:100vh;
  overflow:hidden;
  overflow-x: visible !important;
  word-wrap: break-word;
  box-sizing: border-box;
  background-color: var(--background);
  font-weight: bold;
  margin-bottom:6vh;
}
.hello{
  height:90vh;
  }
.bottom{
  display:flex;
  bottom:0;
  background-color:green;
}
.bottom td{
  width:8vw;
  height:5vh;
  }
.bottom img{
    width:6vw;
}
.bottom td:nth-child(odd){
  background-color:brown;
  }