@charset "UTF-8";
html{
    font-size: 62.5%;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
body{
    display: flex;
    margin: 0;
}
.nav{
    align-content: left;
    margin-bottom: 50px;
    margin-top: 40px;
    margin-left: 60px;
    position: fixed;
}
.home{
    font-weight: 100;
	letter-spacing: 1px;
	font-size: calc(1px + 1vw);
}
.home {   
    color: black;
	text-decoration: none;
}
.home:active {
    color: #01FF2F;
}
.home[tabindex]:focus {
    color:#01FF2F;
    outline: none;
}
.menu{
    list-style-type: none;
    font-size: calc(0.5px + 1vw);
    line-height: 32px;
    letter-spacing: 1px;
    white-space: normal;
}
.content{
    margin-left: 40px;
    margin-top: 100px;
}
.post{
    margin-left: 253px;
    margin-bottom: 86px;
}
.posttext{
    list-style-type: none;
    font-size: calc(0.5px + 1vw);
    line-height: 32px;
    letter-spacing: 1px;
    white-space: pre-line;
}
address{
    position: fixed;
    left: 60px;
    top: 90vh;
    white-space: pre-line;
}