body{ background-image: URL("../media/cybresite.png"); background-repeat: repeat; background-attachment: fixed; background-position: center center; background-size: cover; opacity:0,8; color: red; text-align:center; font-family: monospace; font-size:16px; display: flex; justify-content: right; max-width:1260px } /*Opacity*/ .menu{ background-color: #000; text-align:center; border-top-left-radius:10px; border-top-right-radius:10px; letter-spacing:0.28px; border-top-left-radius:10px; } table.tablestyle{ width: 100%; text-align:center; border-collapse: collapse; border-width: 2px; border-color: rgb(51, 51, 51); border-style: solid; } table.tyblestyle td, table.tablestyle th { border-width: 2px; text-align:center; border-color: rgb(51, 51, 51); border-style: solid; padding: 5px; } .box{ letter-spacing 0.28px; border-top-left-radius:10px ; border: 0px; text-align:center; background-color: #000; padding:4px 7pc 4px 7px; clear:both; padding:0px 14px 7px 0px; max-width:640px; } .footerdiv{ font-size:14; text-align:center; opacity:0,8; background-color: #000; border-bottom-left-radius:5px; border-bottom-right-radius:5px; padding:3px 6px 3px 6px; border-top:1px solid #555; } a:link{color:orange;text-decoration:none} a:visited{color:darkorange;text-decoration:none} a:hover{color:white;background-color:#grey;text-decoration:none;border-radius:3px;border-top:1px dotted gold;border-bottom:1px dotted gold} a:focus{color:white;background-color:#grey;text-decoration:none} a:active{color:white;text-decoration:none} a:hover.home{color:#000;text-decoration:none;background-color:#grey} a:focus.home{color:#000;text-decoration:none;background-color:#grey} a:active.home{color:#000;text-decoration:none;background-color:#grey} h1 { text-align: center; } p { font-size: 20px; } div.gallery { margin: 5px; border: 1px solid #ccc; float: left; width: 180px; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; }