html {
    height: 100%;
    width: 100%;
    background-image: url('https://hansuvious.neocities.org/background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body {
    height: 100%;
    width: 100%;
}

.content {margin: auto; width: 100%;}

#bg {
    margin: 30px auto;
    background-image: url('https://hansuvious.neocities.org/bg.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 900px;
    height: 700px;
} 


#status {
    position: absolute;
    top: 70px;
    left: 10%;
    width:300px;
    height: 120px;
    
    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold; 
    font-size: 14px;
    color:#110e0b;

    background-image: url('https://hansuvious.neocities.org/p/status.webp');
}

#ikea {
    position: absolute;
    top: 160px;
    left: 70%;
    width: 100px;
    height: 120px;

    background-image: url('https://hansuvious.neocities.org/p/ikea.webp');
}

#note {
    position: absolute;
    top: 360px;
    left: 50%;
    width: 250px;
    height: 170px;

    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold; 
    font-size: 14px;
    color:#eb692c;

    padding-left: 30px;
    padding-right: 30px;

    background-image: url('https://hansuvious.neocities.org/p/note.webp');
}

#note2 {
    position: absolute;
    top: 460px;
    left: 60%;
    width: 250px;
    height: 170px;

    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold; 
    font-size: 14px;
    color:#eb692c;

    padding-left: 30px;
    padding-right: 30px;

    background-image: url('https://hansuvious.neocities.org/p/note2.webp');
}


