body {
    background-color: white;
    image-rendering: pixelated;
      font-family: 'Oxygen', sans-serif;
}
.header {
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    top: 0px;
    right: 0px;
}
.logo_in_header {
    height: 100%;
    width: auto;
    position: absolute;
    left: 4px;
}
.text_header {
    color: #00C400;
    position: absolute;
    left: 115px;
    font-size: 35px;
}
.smol_header {
    color: #e0e0e0;
    position: absolute;
    left: 115px;
    bottom: 0px;
    font-size: 15px;
}

.header_torn {
    position: absolute;
    width: 100%;
    height: 11px;
    top: 150px;
    background-image: url(/edge_zek.png);
}
.header_torn_btm {
    position: absolute;
    width: 100%;
    height: 11px;
    top: 100px;
    background-image: url(/edge.png);
}
.headilikeit {
    position: absolute;
    background-color: #00C400;
    width: 100%;
    height: 50px;
    top: 100px;
    
}