html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media(max-width: 480px) {
  
}

html {
  position: relative;
  min-height: 100%;
}


body {
  margin-bottom: 60px;
  background-size: 60%;
  
}
.mainBody {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.firstSections h1 {
  font-size: 100px;
}

.mainHeader {
  margin-top: 20px;
  justify-content: center;
  font-size: 40px;
}

.menuTable {
  width: 100%;
}
.menuTable td{
  height: 75px;
  vertical-align: center;
  
}
