body {
    background-color: white;
    background-image: URL('pozadi.png');
    color: black;
    /*font-family: Georgia, serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Varela Round', sans-serif;
}

.main {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    position: relative;
    background-color: #cbffc6;
    padding: 20px;
    box-sizing: border-box;
}

h1 {
    margin-top: 15px;
    font-weight : normal;
    font-size : 35pt;
    text-align : center;
    margin-bottom: 0px;
}

h2 {
    font-weight : normal;
    margin-left: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size : 11pt;
    text-align : left;
}

h5 {
    font-family: Verdana, sans-serif;
    font-weight : normal;
    font-size : 10pt;
    text-align : center;
    margin-top: 0px;
}

hr {
    color : white;
    width : 95%;
    border: 0;
    border-top: 1px solid white;
    margin: 10px auto;
}

.konzole {
    padding: 15px;
    color: black;
    margin-top: 20px;
}
.intro { margin: 30px; text-align:justify}
.popis { margin-bottom: 15px; color: black; animation: fadeIn 1.5s ease-out;}
.inventar { margin-bottom: 15px; color: #2986cc; animation: fadeIn 1.5s ease-out;}
/*.predmety_na_zemi { margin-top: 10px; margin-bottom: 15px; color: #741b47; }*/
.zprava { margin-top: 0px; margin-bottom: 0px; color: #7f6000; animation: fadeIn 0.5s ease-out;}
.empty-line { height: 1em; }
.help-text { color: #b46464; font-size: 0.9em; margin-bottom: 20px; border-bottom: 1px solid #aaa; padding-bottom: 10px; }

.previous-command {
    color: #888;
    font-style: italic;
    margin-bottom: 5px;
}

.first-look {
    font-style: italic;
    color: #979135;
    margin-bottom: 1em;
    border-left: 3px solid #888;
    padding-left: 10px;
    /*animation: fadeIn 1s ease-out;*/
}

.feedback {
    color: #444;
    font-style: italic;
    margin-bottom: 8px;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

input[type="text"] {
    background-color: #333;
    color: white;
    border: 1px solid #888;
    padding: 5px;
    width: 80%;
    max-width: 400px;
    font-family: "Courier New", Courier, monospace;
    font-size: 1.1em;
}

button {
    background-color: #555;
    color: white;
    border: 1px solid #888;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0;
}
button:hover {
    background-color: #666;
}
form { margin-top: 20px; }