a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.width800 {
    max-width: 1100px;

}

.htanksall h3 {
    background-color: rgb(109, 218, 255);
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;

}

.htanksall h2 {
    color: rgb(223, 16, 44);
    background-color: rgb(109, 218, 255);
    font-size: 2em;
    font-weight: bold;

}

.htanksallsanta h3 {
    background-color: rgb(255, 193, 193);
    margin: 3px 3px 3px 3px;
    margin: 4px auto;
    padding: 3px 3px 3px 3px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    width: 90%;

}

.htanksallsanta h2 {
    color: rgb(47, 16, 223);
    background-color: rgb(255, 193, 193);
    font-size: 2em;
    font-weight: bold;

}

.htanksall p,
.htanksallsanta p {
    font-size: 1.2em;
    text-align: left;
    margin: 4px auto;
    width: 90%;
}

.htanksallsanta p.imagecenter,
.htanksall p.imagecenter {
    text-align: center;
}


.pclass1 {
    font-size: 1.7em;
    font-weight: 800;
    text-align: left;
}

.pclass2 {
    font-size: 1.4em;
    font-weight: 400;
    text-align: left;
}


/*==================================================*/

.allthanks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* flex-wrap: wrap-reverse; */
    width: 1100px;
    margin-left: auto;
    margin-right: auto;

}

@media (max-width: 1099px) {
    .allthanks {
        width: 720px
    }
}

@media (max-width: 719px) {
    .allthanks {
        width: 360px
    }
}


.thanks {

    max-width: 300px;
    height: auto;
    margin: 5px;
    padding: 20px 20px 20px 20px;
    border-color: pink;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    border-radius: 50px 0 50px 0;
    vertical-align: top;
}


.thanks h2 {
    color : white;
    background-color: red;

    font-size: 1.4em;
    text-align: left;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
}

.thanks p {
    font-size: 1em;
    padding-top: 5px;

}

.thanks .topline {

    text-align: right;
    font-size: 1em;
    font-weight: 800;
    padding: 3px 10px;
    background-color: aqua;
    border-radius: 10px;
}

.corona_a .text {
    text-align: center;
    font-size: 1.8em;
}

/*==================================================*/

.corona_b {
    max-width: auto;
    width :60%;
    text-align : center;
    display: inline;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    div.corona_b .bottan3 {

        margin: 1em auto ;
        background-color: #FF55aa;
        color: white;
        padding: 1rem;
        font-size: 18px;
        border-radius: 10px;
        text-align: center;
        width: 60%;
    }
}

@media screen and (max-width: 750px) {
    div.corona_b .bottan3 {
        margin: 1em auto;
        background-color: #FF55aa;
        color: white;
        padding: 0.5rem;
        font-size: 12px;
        border-radius: 10px;
        text-align: center;
        width : 60%;
    }
}
