#main-div h2{
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px 0;
}

#main-div{
    background-color: rgba(43, 46, 48, 0.7);
    padding-bottom: 10px;
}

.tips-content{
    background-color: rgba(14, 14, 14, 0.5);
    padding: 20px 100px;
    color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-size: 18px;
}

.tips-content p{
    padding: 0 150px;
}

.kofi-container {
    text-align: center;
    margin-top: 50px;
    transform: scale(1.8); 
}

#cat-container{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cats-cats-cats{
    display: flex;
    flex-direction: row;
    padding: 0px;
}

.cats-cats-cats img{
    height: 200px;
}

@media (max-width: 1400px) {
    .tips-content p{
        padding: 0 0px;
    }
}

@media (max-width: 1300px) {
    .cats-cats-cats img{
        height: 150px;
    }
}

@media (max-width: 1100px) {
    .cats-cats-cats img{
        height: 100px;
    }
}

@media (max-width: 800px) {
    .tips-content{
        padding: 20px 40px;
        font-size: 16px;
    }
    .kofi-container {
        margin-top: 20px;
        transform: scale(1.2); 
    }
}

@media (max-width: 600px) {
    .cats-cats-cats img{
        height: 200px;
        max-width: 200px;
    }
    .cats-cats-cats{
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .kofi-container {
        transform: scale(1); 
    }
}