#result2 {
    font-size:10px;
}


button{
    background-color:white;
    border:5px outset #f88479;
}

td{
   border: 6px solid #ffc782; 
   width:80px; 
   height:50px;
}

th{
    border: 6px solid #ffc782;
    width:80px; 
    height:50px; 
    background-color:#ffdb9c;
    color:#f88479;
    font-family:'Optica',bold;
}

tfoot{
   border: 4px solid ffc782; 
   background-color:#ffdb9c;
   width:80px; 
   height:50px;
}

#rock img {
   width:170px; 
   height:170px; 
}

#paper img {
   width:170px; 
   height:170px; 
}

#scissors img {
   width:170px; 
   height:170px; 
}

#lizard img {
   width:170px; 
   height:170px; 
}

#spock img {
   width:170px; 
   height:170px; 
}

#plchoice img{
    width:170px; 
    height:170px; 
}

#cochoice img {
    width:150px;
    height:150px;
}

#result img{
    width:200px;
    height:250px;
}

#reset img{
    width:150px;
    height:150px;
}

div{
    text-decoration:underline;
    color:#fff09e;
}

a{
    text-decoration:bold;
    font-size:25px;
    font-family:'Comic Sans MS',cursive;
}

d{
    color:white;
    font-family:'Courier',monospace;
}

#playerScore{
    color:white;
}

#tieScore{
    color:white;
}

#computerScore{
    color:white;
} 

header{
    font-family:'Trebuchet MS',sans-serif;
}

h1{
    font-family:'EB Garamond',cursive;
}