li {
    padding-bottom: .5em;
    font-size: 20px;
}

body {
    background-color: rgb(20, 20, 20);
}

div.section { 
    background-color: rgba(0, 0, 0, 0);
}

div.card-content {
    background-color: rgb(20, 20, 20);
    color: white;
}

.card-content .title {
    color: white;
}

div.single-image {
    background-color: rgb(0, 0, 0, 0);
    justify-content: center;
    position: relative;
}

div.section.single-section {
    background-color: lightgrey;
}



