

html{
    position: relative;
    min-height: 100%;
}

body {
  font-family: Verdana;
  background: #FFFFBC; 
}




.horiz {
    float: left;
    width: 22%; 
    margin: 5px;
}

/* for mobile */

h1 {
 font-style: italic;
font-size: 40px; 
  color: #0a6204;
}


.horiz h1 a{
    font-style: italic;
    text-decoration: none;
    color: yellow;
    font-size: 30px; 
}


.horiz h1 a:hover {
    color: white;
}


.horizm {
    float: left;
    width: 30%; 
    margin: 5px;
}

.horizm  a{
    text-decoration: none;
    color: white;
    font-size: 20px; 
     text-align: center;
}


.nav1 {
  text-align: center;
}

/*
.nav1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*/
.nav1 li {
  
  display: inline;
}

.nav1 li a {
    color: yellow;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
}

.nav1 li a:hover {
    color: black;
    background: white;
}

#endmenu {
    clear: both;
}





h2 {
font-size: 22px; 
  color: #0a6204;
}

p, a {
font-size: 20px; 
color: #7A2F2B;
}

.news {
 font-size: 18px; 
color: green;   
    
}

/*
p a {
  font-size: 20px; 
    color: #7A2F2B;
}
*/

a:hover{
  text-decoration: none;
  background: #0a6204;
  color: white;
}

.nav2 {
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
}

.nav2 li {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
}



.but0 {
    border-width: 1px; 
      border-style: solid; 
        border-color: black; 
         border-radius: 8px;
     color: black;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 4px;
    text-decoration: none;
    cursor: pointer;
    width: 150px; 
     padding-top: 10px;
       padding-bottom: 10px;
           background: #689CD2;    /*background: white;  */
         
}


.servpay {
  background: #FFFFBC; 
    width: 250px; 
    }


.doge {
    background: #25bb33;    
    
}


.ltc {
    background: #6684ab;    
    
}

.ppc {
    background: #f9bd85;    
    
}

.bch {
    background: #D6FCCA;    
   
}

.dash {
    background: #689CD2;    
   
}

.em {
    color: #7A2F2B;
    background: white;    
   
}

.buttonup {
    background-color:  white; 
    color:  green; 
    
     border-width: 2px; 
      border-style: solid; 
        border-color: green; 
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
display: block;
 width: 80px; 
}
