* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Light.woff);
}

body {
    background-color: #f7f7f7;
}

.header {
    background-color: #03a9f4;
    height: 60px;
    width: 100%;
    padding-left: 50px;
    font-family: Roboto;
    line-height: 60px;
    color: white;
    position: fixed;
}

.container {
    padding: 50px;
    padding-top: 75px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
}

.nextcloud {
    background: url(../resources/logo_nextcloud.svg);
}

.plex {
    background: url(../resources/logo_plex.svg);
}

.grafana {
    background-color: #262626;
}

.grafana-2 {
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    margin: 5%;
    display: block;
    background-image: url(../resources/logo_grafana.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.openeats {
    background-color: #DDDDDD;
}

.openeats2 {
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    margin-left: 5%;
    margin-top: 3%;
    display: block;
    background-image: url(../resources/logo_openeats.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.buttons {
    /*margin: 20px;*/
    border-radius: 25px;
    width: 100%;
    height: 180px;
    margin-bottom: 50px;
    transition-duration: 0.2s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.buttons:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
}
