/* Last Updated 2-2-2026*/
/* Author: Riana */

/* Body Section */
body {
    background-color: #CCCCCC;
    background-image: url(images/logo.png)repeat top left;
    font-family: sans-serif;
    line-height: 24px;
}

/* div section */
#wrapper {
    background-color: #B200FF;
    border: 2px solid #FFFFFF;
    margin: auto;
    overflow: auto;
    width: 1000px;
}

/* header section */
header {
    background-color: #B200FF;
    border-bottom: 2px solid  #FFFFFF;
    overflow: auto;
}
header h1 {
    font-size: 60px;
    text-align: center;
}

/* nav section */
nav {
    background-color: #00CCFF;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
nav a {
    text-decoration: none;
}

/* aside section */
aside {
    float: right;
    padding: 20px;
    text-align: center;
    width: 200px;
    font-size: 14px;
}

/* article section */
article {
    background-color: #FFFFFF;
    float: left;
    overflow: auto;
    padding: 20px;
    text-align: justify;
    width: 720px;
}
blockquote {
    color: #F6A82C;
    font-style: italic;
}
.alignright {
    float: right;
    margin: 20px;
}
span {
    float: left;
    width: 200px;
}

/* footer section */
footer {
    background-color: #00CCFF;
    border-top: 2px solid #FFFFFF;
    clear: both;
    font-size: 14px;
    text-align: center;
}
footer a {
    color: #000000;
    text-decoration: none;
}
footer h6 {
    margin: 0;
}
