* {
box-sizing: border-box;
cursor: url('./img/cursor.png'), auto !important;
}

body {
background-image: url("./img/background-bitscroll.gif")

}

@font-face {
    font-family: 'luxi_monoregular';
    src: url('./inc/luximr-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'blexmonoregular';
    src: url('./inc/BlexMonoNerdFontMono-Regular.woff');
    font-weight: normal;
    font-style: normal;
}


.headerimage {
    max-width: 100%;
    height: auto;
}

.boximage {
    max-height: 100%;
    width: auto;
}

.box {
    font-family: 'blexmonoregular';
    color: #fff;
    font-size: 12px;
    float: left;
    width: 60%;
    padding: 10px;
    height: 200px;
    margin-top: 10px;
/*     background-color: #ccc; */
    background-image: url("./img/background-binary.gif");
}


.boxleft {
    font-family: 'blexmonoregular';
    color: #fff;
    font-size: 14px;
    float: left;
    width: 20%;
    padding: 10px;
    height: 200px;
    margin-top: 10px;
/*     background-color: #bbb; */
    background-image: url("./img/background-squares.gif");
}

.boxright {
    float: left;
    width: 20%;
    padding: 1px;
    height: 200px;
    margin-top: 10px;
/*     background-color: #ddd; */
    background-image: url("./img/background-tall.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.maincontent {
    font-family: 'blexmonoregular';
    font-size: 16px;
    float: left;
    width: 80%;
    padding: 20px;
    background-color :#eee;
    background-image: linear-gradient(to right, cyan , purple);
    margin-top: 10px;
}

.weather {
    font-size: 12px;

}

.banner {
    width: auto;
    padding: 20px;
    background-color :cyan;
}

.footer {
    width: auto;
    padding: 5px;
    background-color :#aaa;
}
