@import url('https://fonts.googleapis.com/css2?family=Signika+Negative&amp;display=swap');
body{
font-family: 'Signika Negative', sans-serif;

}
.footer-widgets.clear-fix{
display: flex;
align-items: center;
}
#page-footer.clear-fix{
background: #4271c9;
}
div#nav_menu-3 ul li a{
color: white;
}
div#nav_menu-3 ul li a:hover{
color: pink;
}
.post-header{
display: none;
}
.entry-header {
    height: 20% !IMPORTANT;
}
.sidebar-left-wrap, 
.sidebar-right-wrap{
width: 10px;
}
.sidebar-left,
.sidebar-right{
width: 10px;
}
.main-container {
    width: 100%;
}
.page-content{
max-width: 900px;
margin: auto;
}