:root {
  --quotesymbol-text-size: 100px;
}
.mainheader {
    background-color: #333;
    color: white;
    padding: 10px 10px 20px 10px;
}
.leftbox {
  margin-right: 10px;
}
.logobox {
    background-color: #222;
    border-radius: 7px;
    border-style: dashed;
    border-color: #000;
}
.logoimage {
    height: 100px;
    width: 100px;
}
.logo-text {
    margin: 0px 0px 0px 15px;
    font-size: 36px;
    font-family: "Georgia", serif;
    line-height: 1.2;
}
.subtitle {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}
.boxright {
    position: relative;
    padding: 15px;
    border-radius: 7px;
    background-color: grey;
    border-style: dashed;
    border-color: #a0a0a0;
    margin-left: auto;
}
.boxright_quotetext {
    margin-left: calc(var(--quotesymbol-text-size ) / 2 + 20px );
    margin-top: 10px;
}
.quotesymbol {
    font-size: var(--quotesymbol-text-size);
    position: absolute;
    top: 0px;
    color: lightgrey;
}
.quotetext {
    margin-top: 15px;
    margin-bottom: 7px;
}
.profilepicture {
    height: 30px;
    border-radius: 25%;
    margin-right: 7px;
}
.content {
    padding: 10px 10px 10px 10px;
}
.newsbox {
    border-radius: 5px;
    border-style: solid;
    overflow-wrap: anywhere;
}
.newsbox-yellow {
    background-color: #f5d57d;
    border-color: orange;
}
.newsbox-grey {
    background-color: #969696;
    border-color: grey;
}
.newstitleheader {
    padding: 0px;
    font-size: 70%;
    margin-top: 2px;
}
.newstitleheader p {
    margin: 0px;
}
.flairediv {
    border-radius: 3px;
    padding: 1px 2px 1px 2px;
    margin-right: 4px;
}
.flairediv p{
    color: white;
}
.newstitle {
    font-size: 200%;
}
.newsimage {
    align-self: center;
    border-radius: 3px;
    margin-right: 10px;
    height: 150px;
    object-fit: cover; 
}
.newsboxright {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.floating_stamp{
  height: 150px;
  position: fixed;
  bottom: 0;
  right: 0;
}
