.rose-background{
    display:flex;
    background-color:antiquewhite;
    align-items:center;
    justify-content:center;

}
.white-container{
    border-radius: 10px;
    width: 50vw;
    background-color:whitesmoke;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-bottom:15px;
    margin-top:40px;
    margin-bottom: 40px;
}
.rose {
    background-color: #fbd7fc;
    border-radius: 15px;
    margin:0 5px;
}
.shall-be-rose {
    padding: 2px 0 2px 2px;
    color: purple;
}
.bold{
    font-weight:900;
}
.shifted-to_left{
    margin-left: 5px;
}
li::marker {
    color: purple;
}
li{
    margin-top: 5px ;
}
li:last-child{
    padding-bottom:15px
}

img{
    width:90%;
    margin: 5%  5%;
}

h1,h2,p,h3{
    margin: 5% 5%;
}
.brown-title{
    color:brown;
}

.brown-list li::marker,.shall_be_brown{
    color:brown;
}
.horizontal-line {
    border: none;
    height: 2px;
    background-color: gray;
    margin: 20px 5%;
    font-weight:100;
}

span{
    font-weight:900;
}

.tab{
    display:flex;
    flex-direction:column;
}

.space-between {
    margin-left:35px;
    margin-right:40%;
    display:flex;
    justify-content:space-between;

}
