#guess ,#teamName {
     background-color:lightgreen ; 
     color:black ;
     font-size:24pt ;
     width: 120ps ;
     height:60px ;
     text-align:center ;
   }

.round {
     background-color: #1164e0;
     border: none;
     color: white;
     padding: 20px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 24pt;
     margin: 4px 2px;
     font-weight:bolder ;
 
border-radius: 20;}

.alphabet {
     background-color: green;
     border: none;
     color: yellow;
     padding: 10px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 32px;
     margin: 2px 2px;
     font-weight:bolder ;
 
border-radius: 20;}

#start {background-color:lightgreen; color:black;}

#stars {color:#15ff00; font-size:24pt; font-weight:bolder;}

.square {
    
     display: inline-block;
     margin: 0;
     padding: 2px 2px;
 
     
     text-rendering: auto;
     text-align: center;
     text-transform: none;
     text-decoration: none;
     text-indent: 0;
     text-shadow: none;
     letter-spacing: normal;
     word-spacing: normal;
     font-weight: bolder ;
     font-family: sans-serif;
     height: 50px ;
     width: 50px ;
     border: 1px outset buttonface; }
 
  
     
 .rectangle {
     
     display: inline-block;
     margin: 0;
     padding: 2px 2px;
 
     
     text-rendering: auto;
     text-align: center;
     text-transform: none;
     text-decoration: none;
     text-indent: 0;
     text-shadow: none;
     letter-spacing: normal;
     word-spacing: normal;
     font-weight: bolder ;
     font-family: sans-serif;
     height: 50px ;
     width: 100px ;
     border: 1px outset buttonface; }
 
 
    .circle { 
             width: 40px; 
             height: 40px; 
             margin:5px ;
             padding: 1px ; 
             border-radius: 20px; 
             background-color:green ;
             color:yellow ;
             font-size:1.2em ;
             font-weight:bolder ;
             text-align: center; }

     #cancel , #backspace { 
          width: 60px; 
          height: 60px; 
          padding: 1px; 
          border-radius: 40px; 
          background-color:red ;
          color:black ;
          font-size:1.2em ;
          font-weight:bolder ;
          text-align: center; }

 .long {
    display: inline-block;
  
    margin: 0;
    padding: 10px 10px;
    text-rendering: auto;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: bolder ;
    font-size: 24pt ;
    background-color:rgb(70, 70, 235) ;
    color:black ;
    font-family: sans-serif;
    height: 80px ;
    width: 200px ;
    border: 1px outset buttonface; }


     .c {text-align: center;
margin-right: auto;
margin-left: auto;
margin: 0 ;} 


.medium {
    display: inline-block;
  
    margin: 0;
    padding: 10px 10px;

    
    text-rendering: auto;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: bolder ;
    font-size: 14pt ;
    color:white ;
    font-family: sans-serif;
    height: 60px ;
    width: 100px ;
    border: 1px outset buttonface; }


     .c {text-align: center;
margin-right: auto;
margin-left: auto;
margin: 0 ;} 

#message {font-size: 10pt ; font-style: italic;color: black ; text-align: justify;}

body {background-color: white}

h2 {color: green }
h1 {color: blue;}
h3 {color:orange;}


img {position: relative;}
