* {
    overflow:scroll;
}

.wrapper {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background: url(background.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-color:rgb(194, 194, 194);
}

.topbar {
    z-index: 1;
    background-color: rgb(28, 36, 36);
    color: white;
    /* width: 100%; */
    /* height: 110px; */
    height: fit-content;
    left: 160px;
    right: 30px;
    top: 30px;
    position: absolute;
    display: grid;
    text-align: center;
    vertical-align: middle;
    line-height: 110px;
    max-height: 124px;
    border-radius: 20px;
    word-wrap: break-word;
    /* border-color:rgb(190, 199, 199);
    border-style: solid; */

    overflow: hidden;
}

.toptext {
    font-size: 50px;
}

.sidebar {
    z-index: 1;
    background-color: rgb(28, 36, 36);
    float: left;
    height: 100%;
    width: 130px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
}

.sidebar .text {
    padding: 16px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
  }


.sidebar .text:hover {
    color:rgb(190, 199, 199)
}

#ico1 {
    width: height*1.9px;
    height: 45px;
}

#Numerica {
    position: relative;
    display: inline;
    left: 19.5px; 
    top: 15px;
    padding-bottom: 15px;
    float: center;
}

.imag {
    z-index: 2;
    position: fixed;
}




.sitebox {
    /* right: 30px;
    left: 160px;
    position: relative;
    z-index: 1;
    top: 130px;
    height:fit-content;
    border-color:rgb(28, 36, 36); */

    z-index: 1;
    background-color: rgba(28, 36, 36, 0.75);
    color: white;
    height: fit-content;
    left: 160px;
    right: 30px;
    top: 170px;
    position: absolute;
    /* display: grid;
    grid-template-columns: 1fr 1fr; */

}

.infobox {
    margin: 10px;
    height: 250px;
    width: 42.25%;
    display: inline-block;
}

.sitebox, .infobox {
    border-radius: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    padding: 10px;
    
}

.wrapper1 {
    display: inline-block
}

#sitebox-header, .infotext {
    color:rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-color:rgb(255, 255, 255);
    border-bottom-width: 5px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
}

#recent {
    float: right;
}
#featured {
    float: left;
}

#hidebar {
    height: 25px;
    width: 25px;
    color:#818181; 
    background-color: #d1d1d1;

    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-color:#818181;

    font-weight: 500;
    font-size: large;

    z-index: 2;
    float: left;
    position:fixed;
    left: 115px;
    top: 50%;

    display: flex;
    align-items: center;
}

#hidebar:hover {
    cursor: pointer;
    color:#aaaaaa;
    border-color: #aaaaaa;
}

.footer {
    color: white;
    /* padding: 16px 8px 6px 16px; */
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    top: 30%;
    left: 15px;
    position: relative;
}