*{
    font-family: Arial, Helvetica, sans-serif;
}

html{
    height: 100%;
    margin: 0;
}

body{
    /* The image used */
    background-image: url("/img/background_floor_time.jpg");

    /* Full height */
    height: 100%;
    margin: 0;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    /*Text Color*/
    color: #CDD6F4;
}

h1{
    color: #89B4FA;
    text-decoration-line: underline;
}
h2{color: #F38BA8;}
h3{color: #FAB387;}
h4{color: #F9E2AF;}
h5{color: #A6E3A1;}

/* Style the top navigation bar */
.content{
    background: rgba(30, 30, 46, 0.85);
    backdrop-filter: blur(5px);
    padding: 12px;
}

/* Style the content links */
.content a{
    color: #B4BEFE;
    text-decoration-line: underline;
}

/* Change color on hover */
.content a:hover{
    background-color: #1E1E2E;
    color: #CDD6F4;
}

/* Source Blocks */
.src{
    background-color: #1E1E2E;
    border-color: #74c7ec;
}

th, td{
    color: #CDD6f4;
    padding: 5px;
}

th:hover, td:hover{background-color: #585B70;}

.org-div-home-and-up{
    background: rgba(30, 30, 46, 0.85);
    backdrop-filter: blur(5px);
    padding: 12px;
}
