* {
    font-family: 'Fira Sans';
    color:#e6e6e6;
}

html,body{
  max-width: 100%;
  overflow-x: hidden;
}

body {
    background:linear-gradient(90deg, #3a3e3e .04%, #303030);
}

.main-body {
    max-width: 1200px;
    min-width: 200px;
    margin:auto;
}
@media (max-width: 1200px){
    .main-body {
        margin: none;
    }
}

.entries {
    justify-content: center;
    display:flex;
    flex-wrap:wrap;
}

.entry {
    margin: 10px;
    width: 300px;
    min-height: 5px;
    /* background-color:#1a1e1e;  */
    background:linear-gradient(90deg, #1f1f1f .04%, #101010);
    /* color:#fff; */
    /* box-shadow: 3px 3px 2px #888; */
    /* border: 1px solid #eaeeee; */
    border-radius: 7px;
    text-align:center;
    padding:10px;
}

.title {
    text-align: center;
}

.footer {
    text-align: center;
}

.nav {
    text-align:center;
}

.tumb-wrapper {
    width: 300px;
    height: 240px;
    min-height: 240px;    
}
.thumb-placeholder {
    line-height: 240px;
}
