body {
    width: 100%;
    font-family: Arial,sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}
.container {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.container p{
    padding-left: 10%;
    text-align: left;
}
.menu_m {
    background-color: #ffe585;
    height: 50px;
    padding-left: 10%;
}
.menu_m a{
    text-decoration: none;
}
.menu_c {
    width: 100%;
    margin: auto;
}
.menu_i {
    float: left;
    width: 6%;
    height: 50px;
    line-height: 50px;
    text-height: center;
    color: black;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_i:hover{
    background-color: #FF5733;
}
.title {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #004b55;
    background-image: url('tittlebg.jpg');
    background-repeat: repeat-x;
    font-size: 35px;
    font-family: Impact,sans-serif;
}
.title a{
    color: #004b55;
    text-decoration: none;
}
@keyframes masked-animation {
    0% {
       background-position: 0  0;
    }
    100% {
       background-position: -100%  0;
    }
}
.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category {
    background-image: linear-gradient(120deg,#89f7fe 0%,#66a6ff 100%);
    width: 80%;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-left: 10%;
}
.primary-category {
    color: #FF6600; 
    font-size: 20px;
}
.sub-category {
    margin-top: 10px;
    text-align: left;
    padding-left: 5%;
}
.sub-category p{
    padding-left: 0;
    text-align: left;
}
.sub-title {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
.description {
    color: white;
    font-size: 14px;
}
#google_translate_element {
    position: absolute;
    top: 20px; 
    right: 10%;
    z-index: 1000;
    display: flex;
    align-items: center;
}