body {

    background-color: #6ec13e;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
   
}
.container{
   text-align: center; 
   
  }
  .centered-div {
    background-color: #d4ffd1;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    width: 350px;
    text-align: center;
  }

  .spodnitext{ 
    position: fixed;     
    text-align: center;    
    bottom: 0px; 
    width: 100%;
    padding: 5px;
}  
h1{
  float: left !important;
  padding-top: 10px !important;
  padding: 20px;
  font-size: 110px !important;
}
.nolarge{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.uprostred{
  display:  grid;
  align-content: space-between;
  height: 100%;
  float: left !important;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}