html {  
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background-color: #279606;
    height: 100%;
}

.stuckbar {
    position: -webkit-sticky;
	position: sticky;
	bottom: 0;
}
#navbar {
  text-align: center;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #279606;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
#navbar li {
  float: left;
  margin: .05% 8.5%;
}
#navbar a {
  font-family: sans-serif;
  letter-spacing: 5px;
  display: block;
  color: #fff;
  padding: 0 0;
  text-decoration: none;
}
li a:hover:not(.active) {
  background-color: #111;
}
.active {
  background-color: #111;
}
.item {
    max-width: 100vw;
    position: relative;
    background-color: blue;
    object-fit: fill;
}
.text{ 
    position: fixed;
    text-align: center;
    font-family: sans-serif;
    font-size: 220%;
    letter-spacing: 15px;
    top: 20vw;
    right: center;
    color: deeppink;
    padding-left: 20vw;
    padding-right: 20px;
}
.info {
    background: red;
    height: 100%;
    font-family: sans-serif;
    z-index: 1;
    position: fixed;
    text-align: left;
    float: right;
}
.order{
  position: relative;
  top: 0%;
}
.description {
  font-family: sans-serif;
  font-size: 80%;
  text-align: right;
  letter-spacing: 5px;
  line-height: 1.5;
  word-spacing: 5px;
}
