@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
}

html,
body,
#intro {
    height: 100%;
}
body{
    font-family: 'Josefin Sans';
    background: url(https://images.unsplash.com/photo-1633772414236-fcd877e57576?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80);
    max-width: 100%;
    height: auto;
    background-repeat: none;
    background-size: cover;
}
.img-thumbnail {
    padding: .25rem;
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    width: 200px;
    background: none;
    
}
a {
    color: #181a18;
}
a:hover {
    color: red;
    
}

.list-group-item-check:checked + .list-group-item {
    color: green;
    background-color: var(--bs-blue);
}