html {
    position: relative;
    min-height: 100%;
}

.page-header {
    background-color: #1c8e89;
    margin-top: 0;
    padding: 20px 20px 20px 40px;
    display:flex;
} 

.site-name {
    align-self: center;
    padding-left: 20px;
}

.page-header h1, .page-header h1 a, .page-header h1 a:visited, .page-header h1 a:active {
    color: white;
    font-size: 36pt;
    text-decoration: none; 
} 

.content {

    margin: 40px;
} 

h1, h2, h3, h4 {
    font-family: 'Lobster', cursive; 
} 

.date {
    color: #828282; 
}

.save {
    float: right; } 

/*.post-form textarea, .post-form input {
    width: 100%; 
} */

.top-menu, .top-menu:hover, .top-menu:visited {
    color: #ffffff;
    float: right;
    font-size: 26pt;
    margin-right: 20px; 
} 

.post {
    margin-bottom: 70px; 
} 

.post h2 a, .post h2 a:visited {
    color: #000000; 
}

.main_menu {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.card_container {
    margin:40px;
}

.footer {
    background-color: #1c8e89;
    margin-top: 0;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
}

.logout {
    flex-grow: 1;
    text-align: end;
    align-self: center;
}

div.logout a {
    color: white;
}

.contacts {
    margin: 40px;
}

.info-block {
    border-radius: 20px;
    background-color: burlywood;
    color: black;
    margin: 20px;
    padding: 20px;
}