*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.4s all linear;
    /* transition: 0.6s all cubic-bezier(0, 0.76, 0.85, 0.44); */
    font-size: 22px; 
    font-family: Helvetica;
}

.blog{
    height: 350px;
    width: auto;
    margin-top: 5rem;
    margin-left: 10%;
    border: 1px solid rgba(0, 0, 0, 0.432);
    padding: 5px;
    border-radius: 20px;
}

.about-everymonth-star{
    margin-left: 50%;
    margin-right: auto;
    margin-top: -16rem;
    font-size: 17px;
    font-weight: 500;
}

.about-everymonth-star .tenof{
    background-color: rgb(207, 207, 207);
    border-radius: 20px;
    padding: 2px;
    color: #fff;
    padding: 5px;
    width: 100px;
    font-size: 15px;
}

.about-everymonth-star a:nth-child(1){
    font-size: 20px;
    font-weight: 500;
}

.about-everymonth-star a:nth-child(2){
    display: block;
    margin-top: 20px;
    font-size: 19px;
    margin-right: 20px;
    font-weight: 500;
}

.about-everymonth-star p{
    width: 100%;
    margin: auto;
    font-weight: 500;
    font-size: 17px;
    color: rgb(86, 86, 86);
}

.about-everymonth-star p .money{
    font-size: 17px;
    font-weight: 500;
}

.about-everymonth-star h1{
    margin-top: 20px;
    font-size: 20px;
}

.about-everymonth-star li{
    margin-top: 10px;
    font-size: 18px;
    color: #00000b;
    font-weight: 500;
}

.about-everymonth-star .you-can-use-like-this{
    margin-top: 5rem;
    margin-left: -80%;
}

.about-everymonth-star .you-can-use-like-this h2{
    font-size: 30px;
    color: #377e66;
    text-align: center;
}

.about-everymonth-star p{
    margin-top: 20px;
}

.about-everymonth-star .money{
    background-color: #00000b00;
}

.about-everymonth-star .you-can-use-like-this li{
    color: #333836;
    font-size: 25px;
    margin-top: 10px;
}

.about-everymonth-star .you-can-use-like-this li a{
    color: #00000b;
}

@media (max-width: 600px) {
    .blog{
        height: 300px;
        display: block;
        margin: auto;
        border: 1px solid #00000b00;
        padding-top: 70px;
    }

    .about-everymonth-star{
        margin-top: 4rem;
        display: block;
        margin: 0px;
    }

    .about-everymonth-star .you-can-use-like-this{
        margin-left: 0;
    }

    .about-everymonth-star .you-can-use-like-this h2{
        text-align: center;
    }

    .about-everymonth-star .you-can-use-like-this li{
        font-size: 20px;
        margin: 0;
    }

    .about-everymonth-star .you-can-use-like-this li a{
        font-size: 20px;
    } 
}

@media (max-width: 769px) {
    .blog{
        height: 300px;
        display: block;
        margin: auto;
        border: 1px solid #00000b00;
        padding-top: 70px;
    }

    .about-everymonth-star{
        margin-top: 0rem;
        margin-left: 0;
    }

    .about-everymonth-star .you-can-use-like-this{
        margin-left: 0;
    }

    .about-everymonth-star .you-can-use-like-this h2{
        text-align: center;
    }

    .about-everymonth-star .you-can-use-like-this li{
        font-size: 20px;
        margin: 0;
    }

    .about-everymonth-star .you-can-use-like-this li a{
        font-size: 20px;
    } 
}

@media (max-width: 1025px) {


    .about-everymonth-star .you-can-use-like-this{
        margin-left: 5%;
    }

    .about-everymonth-star .you-can-use-like-this h2{
        text-align: center;
    }

    .about-everymonth-star .you-can-use-like-this li{
        font-size: 20px;
        margin: 0;
    }

    .about-everymonth-star .you-can-use-like-this li a{
        font-size: 20px;
    } 
}

@media (max-width: 321px) {
    .blog{
        height: 250px;
    }
}

@media (max-width: 376px) {
    .blog{
        height: 270px;
    }
}

@media (max-width: 426px) {
    .blog{
        height: 300px;
    }
}

@media (max-width: 1115px) {
    .blog{
        margin-left: 30px;
    }
}

@media (max-width: 1000px){
    .blog{
        display: block;
        margin-left: auto;
        margin-right: auto; 
    }

    .about-everymonth-star{
        display: block;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2.5rem;
    }
}

@media (max-width: 590px){
    .blog{

    }
}

