
body {
    background-image: url("https://file.garden/ZnnMpjCCUQ_QbjHz/neocities/wii%20theme/wiimenu.png");
    background-size: cover;
    cursor: url(https://file.garden/ZnnMpjCCUQ_QbjHz/neocities/wii%20theme/wiihand.png), auto;
}

    .container {
        max-width: 1000px;
        margin: 50px auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 250px minmax(0, 1fr);
    }
a:any-link {
    color:#3988c4
}

header, nav, main, footer {


background: linear-gradient(white, white, #9ee4ff);
border-radius: 10px;
color: darkslategrey;
box-shadow: 0 5px 5px #548194, inset 0 0 15px #3988c4;
padding: 5px;
font-family: Verdana, sans-serif;
    
}

header {
    grid-row: 1 / 2 ;
    grid-column: 1 / 3;
    text-align: center;
}
    .pixel {
        width: 30px;
        height: 30px;
}
nav {
    grid-row: 2 / 3;
    grid-column: 1 / 2; 
    height: max-content;
    text-align: center;
}
    .nilla1 {
        width:110px;
        height:58px;
}

    .blinkie {
    
        width: 150px;
        height: 20px;
    
    }

main {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    height: max-content;
    text-align: center;
    
    
}
.nilla {
    transition: transform 0.5s ease;
    cursor: url(https://file.garden/ZnnMpjCCUQ_QbjHz/neocities/wii%20theme/wiihand.png), auto;
}

.nilla:hover {
    transform:rotate(-10deg);
}

.gallery {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 5px;
}

footer {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    text-align: center;
}