*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(70, 187, 187);
    text-align: center;
}
.name-g16{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    color: white;
}
.gallery2016 img{
    width: 220px;
    height: 150px;
    padding: 0.5px;
    filter: grayscale(100%);
    transition: 0.2s;
}
.gallery2016 img:hover{
    filter: grayscale(0%);
    transform: scale(1.05);
}
.name-g18{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    color: white;
}
.gallery2018 img{
    width: 220px;
    height: 150px;
    padding: 0.5px;
    filter: grayscale(100%);
    transition: 0.2s;
}
.gallery2018 img:hover{
    filter: grayscale(0%);
    transform: scale(1.05);
}
.name-g22{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    color: white;
}
.gallery2022 img{
    width: 220px;
    height: 150px;
    padding: 0.5px;
    filter: grayscale(100%);
    transition: 0.2s;
}
.gallery2022 img:hover{
    filter: grayscale(0%);
    transform: scale(1.05);
}
.name-g24{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    color: white;
}
.gallery2024 img{
    width: 220px;
    height: 150px;
    padding: 0.5px;
    filter: grayscale(100%);
    transition: 0.2s;
}
.gallery2024 img:hover{
    filter: grayscale(0%);
    transform: scale(1.05);
}
.navigation{
    text-align: center;
}
.navigation{
    list-style: none;
}
.navigation a{
    text-decoration: none;
}
.navigation .active a{
    padding: 10px 10px;
    background-color: gray;
    border-radius: 5px;
    color: white;
}