html{
  min-height: 100%
}

body {
  background-color: #172530; 
  background-image: url("imgs/bg.png");
  background-size: cover;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
a{
  text-decoration: none;
  font-weight: 700;
  color:#f8596e;
}

.header{
  margin:auto;
}
.header img {
  position:static;
  left:50%;
  right:auto;
  max-width: 100%;
  height:auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mat {
    background-color:#FAFAFC;
    color:#0B0B32;
    border: 2px solid #6E7179;
    padding: 20px;
    border-radius: 10px;
    
  }
.flexcontainer{
  display: flex;
  max-width: 1100px;
  margin:auto;
}

.news{
  overflow:auto;
  max-height: 10em;
  padding:0.2em;
}

.nav,.middle, .rightside{
  margin: 8px; 
}
.feature{
  width: 100%;
  justify-content: space-evenly;
  display:flex;
  align-items: center;
}
.fea{
  border: 1px dashed #6E7179;
  border-radius: 7px;
  padding:0.2em;
  margin:0.4em;
  transition: all .3s ease-out;
  background:#FAFAFC;
  img{
    max-height:200px;
    width:100% !important
  }
  p{
    text-align: center;
    margin:0.2em;
  }
  
}
.fea:hover{
  transform: scale(1.2);
}
.row{
  display:flex;
  width:inherit
}
.deco{
  height:240px;
  img{
    max-height:240px;
  }
}
.col{
  flex-direction: column;
}
#contain{
  width:inherit;
  width:100%;
}
.footer{
  font-weight:700;
  font-size: small;
  background-color: #d4d4df;
  border: 2px solid #6E7179;
  padding: 0;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  text-align:center;
  max-width:500px;
}
  
#statuscafe {
  padding: .5em;
  background:#FAFAFC;
  border: 1px solid #f8596e;
  margin:0.2em;
}
#statuscafe-username {
  margin-bottom: .5em;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}