﻿#dashboard {
    font-family: "Bebas Neue";
}
body {
}
p {
   
}
h1{
    text-align:center;
}
.gradertext {
    font-size: 50px;
    color: blue;
    text-align :center;
}
.currenttext {
    font-size: 15px;
    text-align: center;
}
.tændt{
    background-color:red;
    color:white;
    text-align:center;
}
.slukket{
    background-color:green;
    color:white;
    text-align:center;
}
.bttænd {
    background-color: lightgreen;
    color: white;
    width: 125px;
    display: table-group-column;
    flex-direction: revert-layer;
    float: right;
    margin-top: 20px;
}
.btsluk {
    background-color: lightcoral;
    color: white;
    width: 125px;
    display: table-group-column;
    flex-direction: revert-layer;
    float: left;
    margin-top: 20px;
}