/* div {
    border: 1px dotted green;
} */

body {
    background: #00001a;
    color: rgb(193, 212, 255);
    margin: 0 auto;
}

/*                Floats and clear section  */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#title{
    margin-top: 40px;
}

/* Main section */
#main {
    max-width: 960px;
}

.part1 {
    padding: 0 50px;
}

#main img {
    width: 100%;
    border-radius: 25px;
    height: auto;
    padding-bottom: 10px;
}

hr {
    margin: 10px auto;
    width: 80%;
    border: 1px solid rgb(193, 212, 255);
}

#duosection {
    margin-top: 10px;
    padding-top: 10px;
}

#duosection p {
    font-variant: small-caps;
    padding-top: 10px;
    text-align: right;
}

#duosection i {
    font-variant: none;
}

#duosection img {
    width: 40%;
    height: auto;
}


/*              Lists section              */

#lists {
    font-size: 19px;
    text-align: left;
    font-variant: small-caps;
    padding-left: 20px;
}

#events {
    list-style-type: disc;
}

#fetes {
    list-style-type: georgian;
}

/*                        footer section    */
footer {
    position: sticky;
    bottom: 0;
}