@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body{
    height: 100%;
}
body{
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    color: #444;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}
p{
    font-size: 16px;
    margin: 0 0 10px 0;
}
.jgallery-container{
    padding: 0px 5px;
}
.sponsor{
    background-color: #f5f5f5;
    display: inline-block;
    margin-top: 30px;
    padding: 5px 10px;
}

.sponsor span{
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.sponsor img{
    max-width: 100%;
    height: 80px;
    display: inline-block;
}

.sponsor a{
    text-decoration: none;
    font-weight: bold;
    color: #444;
}

.gallery{}
.gallery a{
    display: inline-block;
}
.gallery a *{
    height: 200px;
}