html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

header {
    background-color: aliceblue;
    color: #fff;
    padding: 10px 20px;
}

footer {
    background-color: aliceblue;    
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;

    P
{
    font-family: 'Bookman Old Style';
    font-size: 14px;
    text-align: justify;
    color: black;
    margin: 20px;
    text-align: center;
}
}

.homepageImage {    
    float: left;
    margin: 5px;
    img {
             width: 550px;
        }
}

.logo {
    width: 200px;
    height: 100px;
    margin-left:20px;
}

.pragraph {
    height: 100%;
    width: 100%;
    margin:5px;
    P{
        font-family: 'Bookman Old Style';
        font-size: 14px;
        text-align: justify;
    }
}
