body  {
    background: url("../images/green-white.png");
    background-color: #2B2118;
    color: #ffeedb;
}

a   {
    text-decoration: none;
}

a:link   {
    color:#748e54
}

a:visited   {
    color:#748e54
}

a:hover {
    color:#748e54
}

#album-art  {
    border-radius: 25px;
    display: block;
    margin-left:auto;
    margin-right:auto;
}

div {
    background-color: #2B2118;
    border-radius:10px;
    outline: 3px dotted #ffeedb;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    margin-bottom:20px;
    width:920px;
    margin-left:auto;
    margin-right:auto;
}

#logo {
    text-align: center;
    padding-top: 10px;
    background-color: transparent;
    border-radius: 0%;
    outline: 0px;
}

h2  {
    text-align: center;
    color:#B74F6F;
}

#pfp {
    border-radius: 100%;
    outline: 3px dotted #ffeedb;
    float:right;
    margin-left:10px;
    margin-bottom:5px;
    margin-right: 10px;
}

p   {
    line-height: 1.25;
}