@charset "utf-8";
/* CSS Document */
body {
    background-image: url('https://motherfox.co.za/images/flowers.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
}
