* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background-color: lightgreen;
    text-transform: lowercase;
    color: darkgreen;
}

html {
    background-image: url(background153.gif);
    background-repeat: repeat-x;
}

body {
    background-color: transparent;
    display: grid;
    place-items: center;
}

a {
    color: darkgreen;
    text-decoration: none;
    background-color: transparent;
}

#profile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}

main {
    justify-self: center;
    align-self: center;
    display: flex;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: darkgreen;
}

nav {
    display: inline;
    width: 200px;
    padding: 30px 10px 10px 10px;
    height: 300px;
}

#catflower {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.updates {
    border-style: solid;
    border-width: 1px;
    margin-top: 30px;
    padding-left: 5px;
}

h3 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

#updates {
    overflow: scroll;
    height: 100px;
    margin: 10x 5px 0px 5px;
}

.mainframe {
    background-color: lightgreen;
    width: 600px;
    padding: 10px;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: darkgreen;
}

.mainframe p {
    margin: 10px 0 10px 0;
}

.buttons {
    display: flex;
    text-align: center;
    justify-content: center;
}

.buttons img {
    padding: 5px;
}

h2 {
    text-align: center;
    padding-bottom: 10px;
}

.sidebar {
    display: inline;
    width: 200px;
    padding: 30px 10px 10px 10px;
}

#chatbox {
    padding: 10px;
}

ul {
    list-style: none;
}