body {
        display: block;
        background-image: url(images/Blueprint_Bg_scrap.png);
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat:no-repeat;
        margin-left: auto;
        margin-right:auto;
        width: 1100px;
        }

#maincontainer{
    
}

.smallheader{
    text-align: center;
    background: #f0ae18;
    color: white;
    font-size: 20px;
}

#headerim{    
    margin-top: 30px;
    margin-bottom: 10px;
    align-content: center;
    text-align: center;
}

.headerbase{
    display: block;
    width: 100%;
}

.headertop{
    position: absolute;
    z-index:10;
    width: 250px;
    top: 15px;
    left: 575px;
    right: 575px;
    
}

.card{
    position: relative;
    width: 400px;
}

#dividingline{
    margin-bottom: 15px;
    margin-top: 15px;
}

#box1{
    width: 55%;
    border: 2px black solid;
    margin: auto;
    background-color: rgba(251, 252, 255, 0.8); 
    overflow-y: scroll;
    height: 500px;
    border-radius: 12px;
}

#box2{
    width: 20%;
    border: 2px black solid;
    border-radius: 14px;
    background-color: rgba(251, 252, 255, 0.8);  
    height: 500px;
}

#rightsec{
}

#statusbox{
    width:auto;
    border: 2px black solid;
    border-radius: 14px;
    margin-left: 15px;
    background-color: rgba(251, 252, 255, 0.8);  
    height: 180px;
}

.navsection{
    margin-left: 15px;
    margin-right: 15px;
}

#flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#smallflex{
    display: flex;
    align-content: center;
    justify-content: center;
    width: 190px;
}

#smallflexpic{
    height:auto;
    align-content: center;
    margin-right: auto;
}

#footerbuttons{
    width:auto;
    margin-bottom: 15px;
    align-content: center;
}

#footerbox{
    width: auto;
    border: 2px black solid;
    border-radius: 14px;
    background-color: rgba(251, 252, 255, 0.8);  
    height: 50px;
    margin-bottom: 15px;
    text-align: center;
    align-content: center;
}

.imtip {
  position: absolute;
  bottom: 0;
  right: 0;
}

#speech-bubblespace{
    width:100px;
}

.speech-bubble {
	position: relative;
	background: #000000;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #000000;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}

@font-face{
    font-family: "brunson";
    src: url(../fonts/BrunsonRegular-yYzXV.otf) format("opentype");
}