@font-face {
    font-family: "Dosis";
    src: url("../font/Dosis-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "PixelM";
    src: url("../font/PixelMplus12-Regular.ttf") format("truetype");
}

header
{
    width:1000px;
    height:100px;
    border-color: #5cfbfd;
    border-style:solid;
    border-width:1px;
    margin-top:15px;
    background-image: url("../img/banner.png");
}

hr
{
    height: 1px;
    border: 0;
    border-top-color: #5cfbfd;
    border-top-style:solid;
    border-top-width:1px;
    margin:0px;
}

main
{
    width:1000px;
    overflow:hidden;
}

nav
{
    position:relative;
    bottom:-60px;
    text-align:right;
    vertical-align: text-bottom;
    padding:10px;
    font-family: Dosis, sans-serif;
}

a
{
    color: #5cfbfd;
}

a:visited
{
    color: #5cfbfd;
}

html
{
    display: table;
    margin: auto;
}

body
{
    display: table-cell;
    vertical-align: middle;
    background-color:black;
    color:#CCCCCC;
}

.box
{
    color:#CCCCCC;
    font-family: Dosis, sans-serif;
    padding-left:25px;
    padding-right:25px;
    margin-top:25px;
    overflow:hidden;
}

.box h2
{
    margin:0;
}

.basicimg
{
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
}

.structureinfo
{
    width:600px;
    float:right;
}

#leftblock
{
    background-color:black;
    width: 500px;
    height:700px;
    float:left;
}

#rightblock
{
    width:430px;
    height:230px;
    float:right;
    border-color:#7AE0E1;
    border-style:solid;
    border-width:1px;
    position:relative;
    right:20px;
    top:100px;
    color:#CCCCCC;
    font-family: Dosis, sans-serif;
    text-align:center;
}

#search
{
    width:90%;
    height:11%;
    margin-inline: auto;
    background-color:#081517;
    border-color:#7AE0E1;
    border-style:solid;
    border-width:3px;
    border-radius:10px;
    margin-bottom:10px;
}

#searchbar
{
    background-color:#5F6165;
    color:#01F2F7;
    width: 90%;
    margin-inline: auto;
    display:flex;
    justify-content:center;
    align-items:center;
    height: 30px;
    margin-bottom:10px;
}

#listing
{
    width:90%;
    height:68%;
    margin-inline: auto;
    background-color:#081517;
    border-color:#7AE0E1;
    border-style:solid;
    border-width:3px;
    border-radius:10px;
    overflow: hidden;
    overflow-y:scroll;
}



.entry a
{
    text-decoration: none;
    width:100%;
    height:100%;
    display:block;
}

.entry
{
    margin-top:10px;
    width:93%;
    height:100px;
    margin-inline: auto;
    background-color:#283037;
    border-radius:10px;
}

.entry:hover
{
    background-color:#171616;
}

.entry img
{
    width:64px;
    position:relative;
    top:16px;
    left:16px;
    image-rendering: pixelated;
}

.entrytext
{
    text-align:right;
    position: relative;
    bottom:59px;
    right:-112px;
    width: 300px;
}

.entrytext h3
{
    margin:0px;
    color:#0C6564;
    font-size:12px;
}

.entrytext h1
{
    margin:0px;
    color:#01F2F7;
    font-size:22px;
}

.entrytext h2
{
    margin:0px;
    color:#01B6B0;
    font-size:16px;
}

#comp_index
{
    font-family: PixelM, sans-serif;
    float:left;
    height: 700px;
    width:500px;
    background-color:#1B2A30;
    border-color:#7AE0E1;
    border-style:solid;
    border-width:1px;
    margin:30px;
}

