body {
    background-image: url("file:///C:/Users/ritzi/Documents/TekkaMoonjockWobWob/chargetmp.png")
}

.container > * {
    display: grid; 
    grid-template-columns: repeat(12, [col-start] 1fr); 
    grid-template-rows: 1fr;
}

.about-dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
    background-color: #a0a0a0;
}

.about-dropdown:hover {
    display: block;
}

@media (min-width: 576px) {
    img {
        height: 50px;
        width: 50px;
    }
}

@media (min-width: 768px) {
    img {
        height: 300px;
        width: 300px;
    }
    .big-favicon-charge {
        grid-column: 3 / span 8; 
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20%;
    }
    .left-sidebar {
        grid-row: 1 / 3;
    }
    .right-sidebar {
        grid-row: 1 / 3
    }
    /*.whitespace {
        grid-column: 3 / span 8;
        grid-row: 2 / span 1; 
        height: 2200vh;
    }*/
}