body{
    text-align: center;
    cursor: url("https://file.garden/ZRXYTPKULjLI59yt/neocity/devil%20cursor.gif"), auto;
    background-image: url(https://file.garden/ZRXYTPKULjLI59yt/neocity/tumblr_83389376f6940b878c7562b1fdca5a64_d0b4a16e_250.jpg);
}

#first-flex{
display:flex;
justify-content: center;
}

main{
    margin-left: 2%;
    order:2;
    max-width: 70%;
}

aside{
    max-width: 20%;
}

.cute{
    border: 4px;
    border-style: solid;
    border-color: white;
    height: 500px;
    overflow:auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(255,255,255,0.75);
}