*,
*::before,
*::after {
  box-sizing: border-box;
}


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color:#333;
    background-color: whitesmoke;
}

p {
    padding: 10px;
}
    
.G-tainer {
        width: auto;
        padding: 30px 10px 250px 10px;
        background-color: whitesmoke; /* Dark background color */
    }

.error{ color: red; }
        
.success{ color: green; }
        
.center-fit {
            max-width: 100%;
            max-height: 100vh;
            margin: auto;
        }

.header {
width: auto;
top: 0; 
margin: 0 auto;
text-align: center;
background-color: whitesmoke; /* Dark background color */
}

.navbar {
  
  position: -webkit-sticky;
  position: sticky;
  top: 0;  
  overflow: auto;
  width: 100%;
  background-color: whitesmoke; /* Dark background color */
  text-align: center; /* Center the text */
  padding-top: 15px;
  padding-bottom: 10px; 
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky + .G-tainer {
  padding-top: 75px;
}

.inputstyle{
    float: left;
    margin: 15px;
}

.radiospace {
    margin-right: 15px;
}

.Rimz26 {
    
        position:fixed;
        left: 0;
	bottom:0;
        width: 100%;
        padding: 15px;
        background-color: red;
        color: white;
        text-align: center;
}

