body { background-image: url(img/Img.jpg); font-family: sans-serif; padding: 20px; background-color: blanchedalmond; background: size 10px; } .pricelist { width: 100%; max-width: 600px; border: 20px #f5db8f groove; margin: auto; background-color: beige; margin: auto; overflow-y: auto; padding: 40px; } p { display: inline-block; font-size: x-large; } .item { width: 50%; text-align: left; margin-left: 0; } .price { width: 50%; text-align: right; } article:first-child { font-size: x-large; font-family:'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight:700; } .item p { text-align: left; font-weight:300; font-family: 'Trebuchet MS', sans-serif; } h2{ text-align: center; margin: auto; padding: 20px; font-family:'Gill Sans', sans-serif ; font-size: xx-large; } footer { margin-left: auto; margin-right: auto; text-align: center; font-size: xx-large; color: #C4A648; } .button.bt1 { background: #C4A648; color: #ffffff; padding: 10px 35px; text-align: center; border: 2px solid #C4A648; font-weight: bold; font-size: 15px; border-radius: 30px; } .button { cursor: pointer; font-size: 13px; border: 1px solid #ffffff; display: inline-block; text-decoration: none; margin: 5px 0; color: #fff; padding: 10px 15px; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .button:hover{text-decoration: none; background: #303030;} .button.bt1 {background: #C4A648;color: #ffffff;padding: 10px 35px;text-align: center;border:2px solid #C4A648;font-weight: bold; font-size: 15px;border-radius: 30px;} .button.bt1:hover{background: transparent;color: #C4A648;} .button-subcribe{background-color: #C4A648;color: #fff;font-weight: bold;} .button-subcribe:hover{background-color: #333;} a { color: #C4A648; text-decoration: none; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition-duration: 0.3s; background: transparent; border: 0 none; font-size: 100%; margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; }