*{
    padding: 0;
    margin: 0;
}

body{
    background-color: rgba(247,247,247,0.4);
    font-family: 'Sofia'
}

.card{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 20%;
    /*cursor: pointer;*/
    border-radius: 10px;
    background-color:white;
    display: flex;
    margin: auto;
    margin-top: 20px;
    padding: 5px;
}
.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

@media screen and (max-width: 1450px) {
    .card{
        width: 90%;
    }
}
/********************************************************/
.imge{
    width: 30%;
}
img{
    width: 100%;
    height: 100%;
}

.text{
    font-weight: 700;
    font-size:18px;
    padding: 10px;
    flex-grow: 1;
}

.text div{
    padding: 3px;
}
.t{
    font-size: 26px;
    color: rgb(17, 17, 124);
}
.h0{
    color: red;
}
.h00{
    color: green;
}
.h{
    border: rgb(17, 17, 124) solid 1px;
    border-radius: 25px 0;
    text-align: center;
}
.s2{
    font-size:20px;
    color: rgb(172, 0, 0);
}

.price{
    border-right: solid 1px black;
    padding: 20px;
}

/*********************************************************/
.button{
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    border-radius: 25px 0;
}

.button1{
    background-color: #00cc66; 
    color: white; 
    border: 2px solid #00cc66;
}

.button1:hover {
    background-color:white;
    color: black;
}
/*******************************************/
.nav{
    display: flex;
}
.nav .stubus a{
    text-decoration: none;
    color: #000;
}
.stubus{
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    font-size: 32px;
    color: #000;
    text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #fff,
    0 0 80px #fff,
    0 0 90px #fff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}
.icon-bars{
    font-size: 30px;
    padding: 10px;
    color: black;
    cursor: pointer;
    position: absolute;
}
/**********/
.testa a{
    text-decoration: none;
}