html, body{
    height: 100%;
    width: 100%;
    margin: 0px;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(172,34,19); ;
}
.container{
    width: 1300px;
    height: 550px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
}

.login{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid black;
    float:right;
}
form{
    text-align: end;
    font-size: 13px;
    margin: 5px;
}
input{
    border: 1px solid black;
    font-weight: bold;
}
input:nth-child(3){
    background-color: rgb(255, 201, 14);
    font-family: 'Times New Roman', Times, serif;
}
.signup{
    float:right;
    display: block;
    margin:0px 5px 0px 0px;
}
a{
    color: #042670;
}
p{
    font-size: 12px;
}
.container > marquee{
    border-bottom: 1px solid black;
    color: rgb(255, 201, 14);
    height: 20px;
    font-weight: bold;
    box-sizing: border-box;
    padding:1px 0px;
}
.content{
    height: 479px;
    width: 100%;
    display: flex;
}
.left, .middle, .right{
    box-sizing: border-box;
    height: 100%;
}
.left{
    width: 36%;
    display: flex;
    flex-direction: column;
}
.left h1{
    box-sizing: border-box;
    font-size: 68px;
    margin: 0px;
    color:rgb(255, 201, 14);
    text-align: center;
    text-align: right;
}
.inside{
    width: 100%;
    flex-grow: 1;
    display: flex;
    position: relative;
    min-height: 0;
}
.inside nav{
    width: 40%;
    height: 100%;
    border: 1px solid black;
    border-bottom: 0px;
    padding: 10px;
    border-left: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inside nav a, .inside p{
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.inside nav p{
    margin-bottom: 2px;
    text-decoration: underline;
}
.inside a:hover{
    text-decoration: underline;
}
.inside div{
    width: 60%;
    height: 90%;
    padding: 0px 7px;
    margin: 0px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.inside div p{
    overflow-wrap: anywhere;
    width: 100%;
    margin: 0px;
    font-weight: bold;
}
.signature{
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-weight: bold;
    margin: 0px;
}
.middle{
    width: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.middle img{
    width: 64%;
}
.right{
    width: 50%;
}
.journal{
    width: 100%;
    height: 8%;
    border: 1px solid black;
    justify-content: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 7px;
}
.journal a{
    text-decoration: underline;
    font-weight: bold;
    color: black;
    font-size: 12px;
}
.trinkets{
    height: 92%;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    display: flex;
    
    
}
.rest{
    flex-grow: 1;
    position: relative;
}
.rest marquee{
    position: absolute;
    bottom: 0px;
    
    padding-bottom: 7px;
    border-top: 1px solid black;
    color:rgb(255, 201, 14);
    font-weight: bold;
    box-sizing: border-box;
}
.important{
    width: 97%;
    height: 90%;
    margin-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
}
.stats, .extras{
    width: 50%;
    height: 100%;
    display: inline-block;
}
.extras{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stats{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.blogs{
    margin-top:5px;
    border: 2px ridge rgb(129, 24, 12);
    width: 75%;
    height: 100px;
    
}
.extras img{
    
    height: 95%;
}