body {
    width:100%;
    height:100%;
    max-height: 100vh;
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80px;
}

.hover {
    background-color: #AA4400;
}

.active {
    background-color: #AA4400;
}

.checked{
    background-color: #AA4400;
}

.focus{
    background-color: #AA4400;
}

input:focus {
    box-shadow: 0 0 1.5px 1px #AA4400;
    outline: none;
} 
input:focus:invalid {
    box-shadow: 0 0 1.5px 1px #AA4400;
    outline: none;
} 

::selection {
    color: #f6d1b8;
    background-color: #AA4400;
}

option:hover,
option:checked,
option:active,
option:focus {
    color: #f6d1b8;
    background: linear-gradient(#AA4400, #AA4400);
    background-color: #AA4400  !important;
    border-color: gray;
    outline:none;
}

table, tbody {
    width:100%;
    height:100%;
    
    position:absolute;
}

select {
    width: 100%;
    font-size: 20px;
    border: 1px #444444;
    background-color: #222222;
    color: aliceblue;
}

input[type=szukajka] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #444444;
    border-radius: 4px;
    font-size: 16px;
    color: aliceblue;
    background-color:#222222;
    padding: 4px 10px 4px 10px;
    margin-bottom: 10px;
  }


#tekst {
    flex: 1;
    overflow-y:scroll; 
    max-height: 100vh;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color:aliceblue;
    line-height: 120%;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #222222;
}

#tekst:focus {
    box-shadow: 0 0 1.5px 1px #AA4400;
    outline: none;
} 

#main {
    margin:auto; 
    display: block;
    max-width: 550px;
}

#therms {
    margin:10px;
    width:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#details {
    width:auto;
    text-align: center;
    overflow-x: scroll;
    display:block;
    background-color: #222222;
    border: 2px solid white;
    border-radius: 20px;
    padding-top: 10px;
    margin:10px;
}

#graph {
    background-color: #111111;
}

.borderTitle {
    font-size: 30px;
    font-weight: bold;
    color: #77EE00;
}

.therm {
    width:fit-content;
    text-align: center;
    background-color: #222222;
    border: 2px solid white;
    border-radius: 20px;
    padding:20px;
    margin:0px;
}
