img { 
  border: blue;
  border-width: 2px;
   border-color: brown;
    border-radius: 16px;
    width: 100px;
  lenght: 180px;
    flex-direction:column;
    object-fit: cover;
    flex-wrap: wrap;
}
#briscola { 
	transform: rotate(100deg);
}

#copa {
  position: absolute;
  top: 430px;
  left: 10px;

}
#header 
{ 
   background-color: blueviolet;
    border-radius: 10px;
}

#big 
{ 
   width: 270px;
   lenght: 270px;
}
.imgs { 
    background-color: chartreuse;
    display: flex;
    flex-direction: column;
    padding: 0 2px;
    align-items: center;
    flex-wrap: wrap;
   align-self: center;
   border: aqua;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

a, h3 { 
   display: inline;
}

h1 { 
   color:red;
    align-content: center;
    padding-block-start: 0 40;
}


#giocataIo {
  border: 20px;
  
}


h2 {
    height: 22px;
   text-align: left;
   size: 45px;
   color: blueviolet;
   font-style:italic;
   font-size: large;
    line-height: 22px;
}

h3 {
   text-align: left;
   size: 35px;
   color: rgb(12, 12, 34);
   font-style:normal;
   font-size: medium;
    line-height: 22px;
    
}

h4 {
   text-align: left;
   margin: 20px;   
    size: 20px;
   color: blueviolet;
   font-style:normal;
   font-size: smaller;
}


body{background-color: aquamarine;
   margin: 20px;   
   font-family: Arial, Helvetica, sans-serif;
}

header {
   background-color: rgb(109, 90, 196);
   padding: 32px; 
   text-align: center;
}


.testo {
    align-items:center;
    border: chartreuse;
    font-style: oblique;
    color: blue;
    line-height: 15px;
}

#target {
    color: darkgoldenrod;
line-height: 15px;
}
