
body {
    background-image: url("/images//theme1.jpg");
    background-repeat: repeat;
    color: white;
    margin: 0rem 1rem;
    padding: 0.7rem;
}
[ class *="col-"], footer {
    border-radius : 0.45;
    line-height: 2.5rem ;
    text-align: center ;
}

section{
    color: #000;
}

img{
    width: 100%;
    margin-bottom: 0.5rem;
}

figure{
    height: 25.2rem;
}

hr {
    display: block;
    float: initial;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 5rem;
    margin-right: auto;
    padding: 1rem;
    border-style: inset;
    border-width: 1px;
}


.bg-lunda{
    background: darkslategrey;
}

ul li{
    list-style: none;
    text-align: left;
    color: #000;
    line-height: 1.5rem;
    font-style: italic;
    border-bottom: whitesmoke thin solid;
}



