/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


body {
    background-image: url('https://file.garden/Zo4lX1bt4RCy6XIo/pplstar.gif');
    background-size: auto;
    background-repeat: repeat;
    color: rgb(28, 25, 30);
    font-family: Verdana sans-serif;
    display: inherit;

}

.moesums {
    text-align: center;
}

.header {
    text-align: center;
    margin: auto;

}

.links {
    float: right;
    margin: auto;
    max-width: 400px;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;
    background-color: azure;

}

.section1 {
    vertical-align: middle;
    margin: auto;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;
    display: grid;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}

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

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

.nav {
    vertical-align: top;
    float: left;
    width: 200px;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;
    background-color: azure
}

.log {
    float: right;
    max-width: 200px;
    padding: inherit;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;
}

.friends {
    float: left;
    padding: inherit;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;

}

.media {
    margin: auto;
    padding: inherit;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;
}

.wa-player {
    background: #2a2a2a;
    border: 2px solid #555;
    padding: 8px;
    width: 200px;
    font-family: sans-serif;
    display: inline-block;
}

.wa-screen {
    background: #000;
    border: 2px inset #555;
    color: #0f0;
    font-family: monospace;
    font-size: 11px;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.wa-btn {
    background: #444;
    border: 2px outset #666;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 10px;
    margin-right: 2px;
}

.wa-btn:active {
    border: 2px inset #666;
}

.footer {
    float: bottom;
    background-color: azure;
    max-width: 250px;
    padding: inherit;
    border: 15px;
    border-color: darkslategray;
    border-style: groove;
    vertical-align: bottom;
    margin: auto;
}
