#head{
    text-align: center;
    font-family: cursive;
    text-decoration:underline;
    color:white;
    text-decoration-color: rgb(207, 154, 10);
}
#h1s{
    text-align: center;
    font-family: cursive;
    text-decoration:underline;
    color:white;
    text-decoration-color: rgb(207, 154, 10); 
}
#h2s{
    text-align: center;
    font-family: cursive;
    color:white;
    text-decoration-color: rgb(207, 154, 10); 
}
body{
    background-color: rgb(4, 89, 92);
}
#explain{
    text-align: center;
    font-family: cursive;
    color:white;
}
#myDiv{
    text-align: center;
    font-size: x-large;
}
#newDiv{
    text-align: center;
    font-size: x-large;
}
input[type=text] {
    padding: 12px 20px;
    margin: 8px;
    box-sizing: border-box;
    border: solid;
    }
    label{
        font-family: cursive;
        color:white;
    }
  input[type=password] {
    padding: 12px 20px;
    margin: 8px;
    box-sizing: border-box;
    border: solid;
    background-color: #3CBC8D;
    color:black;
   }
   #scoreText{
       text-align: center;
       font-style: italic;
       font-family: serif;
       font-size: x-large;
   }

input[type=submit] {
    background-color: cyan;
    padding: 15px 32px;
    cursor:pointer;
    margin: 5px;
    
}
#action_button{
    background-color: cyan;
    padding: 15px 32px;
    cursor:pointer;
    margin: 5px;
}
#randP{
    background-color: cyan;
    padding: 15px 32px;
    cursor:pointer;
    margin: 5px;
}
table {
  border: 1px solid black;
}
.triv{
   font-family:monospace;
    color:black;
     border: 5px outset goldenrod;
  background-color: deepskyblue;
    
  text-align: center;
}
h1{
    text-align: center;
}
table tr{
    border: 3px solid black;
}
table th{
    border: 3px solid black;
}
table td{
    border: 3px solid black;
}
a{
    color: yellow;
}