/*------------- Section sizes -------------*/
#welcome {
    height: 17rem;
}

#changelog,
#currently {
    width: 47%;
    height: 22rem;
}

#status,
#todo {
    height: 20rem;
}

/*------------- Welcome -------------*/

#sceptile {
    float: left;
    margin: 1em;
    height: 10em;
}

#sceptile-text {
    position: relative;
    bottom: -1em;
    color: green;
    font-weight: 1000;
    rotate: 3deg;
}

/*------------- Status section -------------*/

#statuscafe {
    padding: .5em;
}

#statuscafe-username {
    margin-bottom: .5em;
    font-size: small;
}

#statuscafe-content {
    margin: 0 1em 0em 1em;
}

#status-icons img {
    margin: 0em .3em;
}

#ethan {
    display: block;
    position: relative;
    top: 10px;
    scale: 2;
}

/*------------- Stamps-------------*/

#stamps-container {
    animation: scroll 15s linear infinite;


    /*This is to fix a bug where it would shift the whole layout to the left*/
    max-width: 100px;
}
