@charset "utf-8";
/*
   Author: Tan Xian Guang
   Filename: test.css

*/

/* HTML and Body Styles */

body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 960px;
    min-width: 640px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-image: url("Photos/pexels-photo-764293.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* Navigation Styles */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    display: inline-block;
}

li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Footer Styles */

footer {
    width: 100%;
    height: 12vh;
    background-color: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}