.title {
    width: 200px;
    margin-top: 20px;
    text-align: center;
    background-color: white;
}   

.content {
    margin-left: 200px;
}

.sidebar {
    position: fixed;
    height: 100%;
    width: 200px;
    background-color: #aaaaaa;
    top: 5px;
    left: 5px;
    bottom: 5px;
}

.box {
    width: 200px;
    padding: 0;
}

#menu {
    width: 100%;
    padding: 0;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    list-style-type: none;
}

#menu li {
    display: inline;
}

#menu li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    background-color: black;
    border: 1px solid white;
    text-align: center;
    margin: 5px 0px;
}

#code {
    text-align: center;
    font-family: "Verdana", sans-serif;
    font-size: 20px;
}

#code a {
    display: inline-table;
    text-decoration: none;
    color: black;
    padding: 10px 20px;
    background-color: #cccccc;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    margin: 0px 3px;
}

.bord {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.links {
    text-align: center;
}

.textbox {
    border: 1px solid #000000;
    padding-right: 20px;
    padding-left: 20px;
}


#relat {
    font-size: 20px;
    text-indent: 30px;
}

.tex {
    font-size: 45px;
    margin-top: 20px
}

.homelink {
    text-decoration: none;
    color: black;
}
