.juweleneliseContentOutletPage{
    padding-top: 20px;
}

.juweleneliseContentOutletPage{
    background-color: #212529;
    color: white;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.juweleneliseTextOutletPage > h1{
    text-align: center;
    font-family: 'Lucida Sans Unicode';
    padding-bottom: 20px;
}

.juweleneliseTextOutletPage > hr{
    margin-left: 50px;
    margin-right: 50px;
    color: #C79E18;
    height: 2px;
}

.juweleneliseTextOutletPage > p{
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'Lucida Sans Unicode';
    text-align: justify;
}

a{
    color: #C79E18;
}

a:hover{
    color: #C79E18;
    opacity: 0.8;
}