body {
    background-color: rgb(0, 0, 0);
    font-family: monospace;
    font-size: 14px;
    color: rgb(170, 170, 162);
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 16px
}



a {
    color: rgb(148, 151, 118);
}

#warning {
    color: rgb(228, 24, 24);
    display: inline;
}

#minitext {
    color: rgba(255, 255, 255, 0.349);
    display: inline;
    font-size: 10px;
    line-height: auto;
}

#place-side{
    width: 200px;

}

#sidebar {
    width: 200px;
    padding: 10px;
    height: 100%;
    display: inline-block;
    z-index: 1;
    text-align: right;
    line-height: 2;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;

}

#break {
    padding: 10px;
    border-bottom: 1px dotted grey;
}

#container {
    margin-left: 200px;
    padding: 50px;
    min-width: 400px;
}

#container, img {
    max-height: 500px;
}