@charset "utf-8";
/* 
    CA1 Website: Flowers on Cupcakes
    Name:       Tan Ying Ling
    Student ID: 1922686
    Filename:   about.css 
*/

/* Media Styling */

section > figure > img {
    display: block;
    width: 100%;
}

/* Text Styling */

article p {
    text-align: justify;
}