@media only screen and (max-width:912px) {
    .hey-kay{
text-align: -webkit-center;
    }

    .makeupsss{
        display: none;
    }

    .tabcontentssss{
        justify-content: center;
    }
}

@media only screen and (max-width:600px){
.tablinks{
    margin-bottom: 20px;
}

.makeups{
    padding-top: 0px !important;
}
}