﻿body {
    background-image: url('images/desk.png');
    background-size: 100%;
}

h1 {
    text-align: center;
}


h2{
     text-align: center;


}


a {

    font-size: 25px;
    color:steelblue
}


.glyphicon {
    position: inherit;
    vertical-align: bottom;
}


img {
    display: block;
    margin: 0 auto;
}




