@import url('fonts/fonts.css');

html, body {
    height: 100%;
}

body {
    background:#2e2e2e;
}

header {
    color: #ffffff;
    background-color: #2e2e2e;
    font-size: 28pt;
    font-family: 'Roboto Thin';
    text-align: center;
    padding: 5px 0px;
}

.datetime {
    color: #ffffff;
    background-color: #202020;
    font-size: 14pt;
    font-family: 'Roboto Thin';
    text-align: center;
    margin: 5px auto;
}

main {
    background-color: #2e2e2e00;
    border-radius: 5px;
    width: 75%;
    margin:10px auto 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px, 1fr));
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(auto-fill,minmax(160px, 1fr));
    grid-template-columns: repeat(auto-fill, 160px);*/
}

.flex-container-big {
    color: white;
    background-color: #2e2e2e00;
    font-family: 'Roboto Thin';
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-container {
    color: white;
    background-color: #2e2e2e00;
    font-family: 'Roboto Thin';
    border-radius: 3px;
    width: 160px;
    height: 130px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}

a:active {
    outline: none;
}

#tetrisimg {
    height: 100px;
}

.flex-value {
    display: inline-block;
    background-color: #202020;
    font-size: 36pt;
    text-align: center;
    width: 130px;
}

#flex-value-single {
    line-height: 130px; /* same as height! --> vertical middle*/
}
