/*
This is the CSS file that controls the title box at the very top of the page.
*/

.headerbox{
    display: flex;
    border-width: 4px;
    border-style: solid;
    border-color: white;
    background: #0e0e10;
    line-height: 85%;
    padding-left: 30px;
    
    height: 45vh;
    justify-content: space-between;
}
.titlesection{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65%;
    height: 100%;
}
.headertitle{
    font-size: 400%;
}
.headersubtitle{
    font-size: 200%;
    color: #d9d9d9;
    font-weight: 200;
}

.last-flowers{
    font-size: 180%;
    color: rgb(78, 78, 179);
}

.ratingsystem{
    width: 30%;
    line-height: 40%;
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 0px;
    border-left-width: 2px;
    border-color: #999;
    border-style:solid;
    
}
.ratingtitle{
    font-size: 150%
}
.ratingline{
    display: flex;
    justify-content: space-between;
}

.ratingdescription{
    text-align: initial;
    width: 70%; 
    font-size: 80%;
    color: #ccc;
    line-height: normal;
}