/*Joy's News CSS Code*/

/*customizing texts (and background)*/

body {
    background-color: rgb(247, 232, 253);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h1 {
    color: rgba(81, 32, 128, 0.82);
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 35px;
    margin: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px;    
    text-align: center;
    font-style: italic;
    font-size: xx-large;
    border-style: solid;
}

h2 {
    color: rgb(60, 24, 93);
    background-color: rgb(255, 255, 255);
    margin: 30px;
    text-align: center;
    font-style: oblique;
    border: solid black;
}

h3 {
    color: rgb(60, 24, 93);
    background-color: rgb(255, 255, 255);
    margin: 30px;
    margin-left: 30px;
    text-align: left;
    font-style: oblique;
    border: dashed;
}

h4 {
    color: rgb(60, 24, 93);
    background-color: rgb(255, 255, 255);
    margin: 30px;
    text-align: center;
    font-style: oblique;
    border: solid black;
}

p {
    color: black;
}

/*news section customization*/
.news img {
    float: right;
    border: dashed rgb(81, 32, 128, 0.82);
}

.news figure {
    float: right;
}
/*spsa section*/

.spsa {
    float: left;
}

.spsa p{
    float: left;
}

/*footer*/

.footer {
    margin: 50px;
    background-color: rgba(172, 154, 183, 0.395);
    clear: left;
}