.slightly-white{
    color: rgb(233, 233, 233);
    font-size: 3px;
}


.border-blue{
    border-style: groove;
    border-color: rgb(171, 148, 255);
    border-width: 10px;
}

#bg-grad {
    background-image: linear-gradient(rgb(152, 231, 255), rgb(255, 166, 64));
  }

body {
    font-family: 'ABeeZee', sans-serif;
    background-image: url(Hill.png);
    background-size: cover;
}
.rosehighlight {
    background-color:rgb(255, 161, 222);
}
.picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:90%;
}

.maintext{
    background-color:rgba(171, 148, 255, 0.406);
    border-radius: 10px;
}

.ribbon-highlight{
    position:relative;
    margin:0.1em;
  }
  .ribbon-highlight:before{
    content:"";
    z-index:-1;
    left:-0.5em;
    top:0.1em;
    border-width:0.5em;
    border-style:solid;
    border-color:rgb(255, 109, 182);
    position:absolute;
    width:100%;
    border-left-color:transparent;
    border-right-color:transparent;
  }