@charset "utf-8";
/* CSS Document */


html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color:#000;
	background-color:#fff;
}

.container-pizza {
    background-color:#ffffff;
padding: 2% 9% 2% 9%;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

.blklink a:link {
    text-decoration: none;
    color:#000;
    display: inline-block;}

.blklink a:visited {
   text-decoration: none;
    color:#000;
    display: inline-block;}

.blklink a:active {
   text-decoration: none;
    color:#000;
    display: inline-block;}

.blklink a:hover {
    text-decoration: none;
    color:blue;
    display: inline-block;}


.bluelink a:link {
    text-decoration: none;
    color:blue;
    display: inline-block;}

.bluelink a:visited {
   text-decoration: none;
    color:blue;
    display: inline-block;}

.bluelink a:active {
   text-decoration: none;
    color:blue;
    display: inline-block;}

.bluelink a:hover {
    text-decoration: none;
    color:blue;
    display: inline-block;}
