@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

body{
    font-family: 'Roboto', sans-serif;
}

.navbar .navbar-brand{
    font-family: 'Satisfy', cursive;
}

.gallery a{
    width: 100%;
    height: 300px;
}
.gallery a img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;

}