header{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding:15px;
    background: black;
    position: sticky;
    top: 0px;
    z-index: 3;
    overflow: auto;
}

header.write{
    padding:15px;
    background: black;
    width: 100%;
}

div.writingpost{
    text-align: center;
    margin-left: 350px;
    margin-right: 350px;
    font-family: 'Montserrat', sans-serif;
}

div.writingpost p{
    margin: 10px 0px;
}

div.writingpost input{
    width: 900px;
    margin-bottom: 20px;
}

input.image{
    margin: 0px 350px;
}

input.i2{
    height: 150px;
}

body{
    background: whitesmoke;
    overflow: auto;
}

div.container {
    width: 100%;
    height: 100px;
    padding: 5px;
}

div img {
    width: 100px;
    height: 100px;
    float: left;
}

div.container nav {
    line-height: 1px;
    float: right;
    width: 100%;
    height: 100%;
    max-width: 550px;
    max-height: 50px;
    margin-top: 25px;
}

nav li{
    display: inline-block;
    line-height: normal;
}

nav li a{
    text-decoration: none;
    margin: 0px 20px;
    color: white;
    font-size: 20px;
}

nav li a:hover{
    text-decoration: none;
    color: darkgray;
}

nav li a.SignIn{
    background: white;
    color:black;
    padding: 20px;
}

div.beforeHeader{
    background: black;
    font-size: 50px;
    text-align: center;
    align-content: center;
    color:white;
    height: 250px;
    padding: 25px;
}

div.beforeHeader a:hover{
    text-decoration: none;
    color: black;
}

div.beforeHeader a{
    background: white;
    color: black;
    text-decoration: none;
    padding: 15px;
    font-size: 25px;
}

div.beforeHeader div.text{
    padding: 50px;
    font-family: "Times New Roman";
    font-style: italic;
}

div.content div.left{
    z-index: 1;
    float: left;
    padding: 10px;
    margin-left: 50px;
    max-width: 800px;
    width: 800px;
}

.content{
    display: flex;
    flex-direction: row;
}

div.content div.right{
    float: right;
    padding: 10px;
    margin-right: 20px;
    max-width: 550px;
    width: 550px;
}

div.content div.left div.post{
    height: 130px;
    line-height: 25px;
    max-height: 130px;
    padding-bottom: 25px;
}

div.content div.text{
    max-width: 600px;
    float: left;
    line-height: 20px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
}

div.content div.text h2{
    margin: 0px 0px;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
}

div.content div.text p{
    margin-top: 10px;
    margin-bottom: 0px;
}

div.content img{
    float: right;
    width: 130px;
    height: 130px;
    padding-top: 14px;
}

div.about{
    margin: 0px 350px;
}

div.about h1{
    max-width: 850px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 65px;
}

div.about img{
    margin-right: 350px;
    max-width: 800px;
    width: 100%;
    height: 404px;
}

div.about p{
    font-size: 20px;
    line-height: 34px;
}

div.content div.right div.actual{
    max-height: 160px;
    height: 160px;
}

div.content div.right div.actual div.text{
    max-width: 400px;
    max-height: 100px;
    margin: 25px;
}

div.content div.right div.actual img{
    margin-right: 50px;
}

