/*
Name: Son Doan
Course: ITWP1050
Assignment: Homework 3
*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin: 20px;
    background: linear-gradient(to right, #fff8e1, #ffffff);
}

h1 {
    font-family: 'Roboto', Arial, sans-serif;
    text-shadow: 2px 2px 5px gray;
    letter-spacing: 2px;
    font-variant: small-caps;
    white-space: nowrap;
    text-align: center;
    font-size: 36px;
}

p {
    padding: 10px;
}

img {
    width: 300px;
    margin: 10px;
    border-radius: 10px;
}

footer {
    color: white;
    padding: 15px;
    margin-top: 20px;
    background-image: url("images/pho1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 120px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}