body {
    background-color: #ffffe6;
}

.dark {
    color: #e6e6e6;
    background-color: #262626;
}

.nav-menu a:hover {
    background-color: #e69900;
}

.navbar {
    border-bottom: 2px solid #e69900;
}

#sisu a {
    color: black;
}

.dark #sisu a {
    color: #e6e6e6;
}

#sisu a:visited {
    color: black;
}

.dark #sisu a:visited {
    color: #e6e6e6;
}

.ikoon {
    user-select: none;
    font-family: monospace;
}

.programmid {
    display: block; /* sisu on alguses nähtaval */
}

.programm h2 {
    font-family: monospace;
    font-size: 24px;
}

.programm h3 {
    font-size: 18px;
}

.programm {
    border: 2px solid #e69900;
    border-radius: 30px;
    background-color: #ffdd99;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.dark .programm {
    border: 2px solid #ffdd99;
    background-color: #b34700;
}
