body {
    background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
    background-color: black;
    font-family: Verdana, Arial, sans-serif;
    color: #00ffcc;
}

a {
    color: hotpink;
    text-decoration: none;
}

.topbar {
    background: linear-gradient(to bottom, #003399, #000066);
    padding: 10px;
    color: white;
}

.logo {
    font-size: 28px;
    font-weight: bold;
}

.nav a {
    margin-right: 15px;
    color: white;
}

.wrapper {
    width: 900px;
    margin: 20px auto;
}

.layout {
    width: 100%;
}

.left {
    width: 30%;
    vertical-align: top;
}

.right {
    width: 70%;
    vertical-align: top;
}

.profile {
    background: #111;
    border: 3px solid hotpink;
    padding: 10px;
    text-align: center;
}

.profile-pic {
    width: 170px;
    border: 5px solid #00ffcc;
}

.box {
    background: #111;
    border: 2px dashed #00ffcc;
    margin-top: 15px;
    padding: 10px;
}

.box h2 {
    background: hotpink;
    color: black;
    padding: 5px;
    font-size: 14px;
}

.glitter {
    background-image: url('https://media.giphy.com/media/l0MYt5jPR6QX5pnqM/giphy.gif');
    background-size: cover;
    color: white;
}

.top8 {
    display: flex;
    flex-wrap: wrap;
}

.friend {
    width: 45%;
    margin: 5px;
    text-align: center;
}

.friend img {
    width: 80px;
    border: 3px solid hotpink;
}

.comment {
    border-top: 1px solid #00ffcc;
    padding-top: 5px;
    margin-top: 5px;
}

.footer {
    text-align: center;
    margin-top: 20px;
    color: white;
}
