
article p:first-child:first-letter {
    font-family: Times New Roman, serif;
    font-size: 30pt;
    color: orangered;
    float:left;
   
}

article {
    width: 70%;
    padding-right: 15%;
    padding-left: 15%;
}

#cardvalues {
    float: left;
    width: 33%;
            padding-right: 0px;
    margin-right: 0px;
    padding-left:0px;
    margin-left: 0px;
        border: 4px;
   border: 4px;
    border-color: black;
    border-style: solid;
}
footer {
    clear:both;
}
header {
    background-image: url("bicyclebg.png");
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}

h1 {
    font-family: Tahoma, sans-serif;
    font-size: 30pt;
    color: orangered;
    text-align: center;
    text-shadow: 40px;
}

h2 {
    font-family: Tahoma, sans-serif;
    font-size: 24pt;
    color: black;
    text-align: center;
}

h3 {
    font-family: Tahoma, sans-serif;
    font-size: 18pt;
    color: black;
    font-style: italic;
    text-align: center;
}

img {
    width: 30%;
    border: 4px;
    border-style: groove;
}


main {
    background-color: beige;
}
p {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
}

.panel {
    background-color: beige;
    border: 4px;
    border-style: inset;
}

#poker {
    width: 90%
    padding-left: 5%;
    padding-right: 5%;
}

#pokerhands1 {
    float:left;
    display: inline-block;
    padding-right: 0px;
    margin-right: 0px;
    padding-left:0px;
    margin-left: 0px;
    
    border: 4px;
    border-color: black;
    border-style: solid;
}

#pokerhands2 {
    float: left;
    display: inline-block;
        padding-right: 0px;
    margin-right: 0px;
    padding-left:0px;
    margin-left: 0px;
        border: 4px;
    border-color: black;
    border-style: solid;
}
.cardimg {
    padding-right: 0px;
    margin-right: 0px;
    padding-left:0px;
    margin-left: 0px;
   /*     border: 4px;
        border: 4px;
    border-color: black;
    border-style: solid;*/
}
.valuebox {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  
}


.valuesec {
    /*column-count: 3;*/
}
#cardval {
   /* column-count: 1;*/
    display: inline-block;
    float: left;
}
#hands {
    column-count: 2;
    display: inline-block;
    float: left;
}
