@font-face {
  font-family: 'Font';
  src: url('Tomorrow-Bold.ttf') format('truetype');
}
html, body{
  background:  linear-gradient(to right bottom, #79a9f1, #865ff1);
  background-size: cover;
  height: 100%;
  width: 100%;
      margin: 0;
overflow-y: hidden;
position: absolute;
}
*{
overflow-y: hidden;

}
.container{
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}





.item{
  font-size: 5.5vw;
  font-weight: bold;
  color: white;
  background-color: rgba(240, 248, 255, 0.342);
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-left:0px;

}
.item {
  margin: 10px;
} 
.item-container{
  display: inline;
}

.title{
  font-size: 15px;
}
.date {
  font-weight: bold;
  color: white;
  background-color: rgba(240, 248, 255, 0.342);
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin:0;
  margin-top: 10px;
  
}
.trow{
     text-align: center;
padding: 10px;
}
@media (min-width:1633px) {
.item {

    font-size: 80px;
  }
}
.nav {
  width: 10rem;
  background: linear-gradient(to right bottom, #79a9f1, #865ff1);
  position: fixed;
  font-family: 'Font';
  font-size: 25px;
  text-align: center;
  font-style: italic;
  color: white;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.qrcode{
  font-family: 'Font';
color: white;
  font-size: 10px;
  
  position: absolute;
  bottom: 10px;
  left: 5px;
}
#qrcode{
  padding: 10px;
   transform: perspective(750px) translate3d(0px, 0px, -250px) rotateX(27deg) scale(0.9, 0.9);
   border-radius: 20px;
   border: 5px solid #e6e6e6;
   box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2);
   transition: 0.4s ease-in-out transform;
  background-color: white;

  
}
 #qrcode:hover {
   transform: translate3d(0px, 0px, -250px);
 }
@media (orientation: portrait) {
  .nav{
    bottom: 10px;
    z-index: 10;
  }
  
  .qrcode{
  padding: 10px;
  position: absolute;
    right: 0;
display: inline-block;
  }
  #qrcode{
 -webkit-transform: none;
 /* Safari and Chrome */
 -moz-transform: none;
 /* Firefox */
 -ms-transform: none;
 /* IE 9 */
 -o-transform: none;
 /* Opera */
 transform: none;
 float: right;
  }
.scantitle{
display: block;
position: absolute;
    right:20px;
    top: 0;

}
}.share{
  font-size: 10px;
}
.nav:hover{
  cursor: pointer;
}
footer{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 10px;
  font-family: 'Font';
  text-decoration: underline;
}