body { margin: 0; padding: 0; width: 100%; background-color: beige; } a:hover { color:rgb(221, 72, 18); } .main_link { font-size: 28px; line-height: 32px; text-decoration: none; font-weight: 650; color: rgb(255, 102, 0); } .hello { border-radius: 4px; width: 700px; background-color: orange; margin-left: auto; margin-right: auto; padding-top: 50px; padding-bottom: 50px; } .hellotext {color: white; text-align: center; font-size: 30px; font-weight: 800; text-transform: uppercase;} .message { margin-top: 10px; border-radius: 8px; background-color: bisque; width: 700px; min-height: 50px; margin-left: auto; margin-right: auto; display: flex; min-height: 200px; } .message_img {width: 200px; background-image: url(../img/16660159673780.jpg); background-size:cover; } .message_img:hover { background-image: url(../img/16660159673781.jpg); } .messagecontent { padding-left: 10px; padding-top: 10px; } .textplace {width: 550px; border-radius: 10px 0px 0px 10px;} .messagewraper {width: 700px; margin-left: auto; margin-right: auto; margin-top: 10px; display: flex; margin-bottom: 10px; } .button {width: 150px; display: block; background-color: rgb(255, 84, 22); cursor: pointer; border-radius: 0px 10px 10px 0px;} h1 { color: brown; font-size: 72px; } .title { font-style: italic; } .button:hover { background-color: blue; } .main-wrapper { width: 720px; padding-left: 10px; padding-right: 10px; background-color: #afacac; margin-left: auto; margin-right: auto; padding-bottom: 20px; } .ugly { display: block; width: 500px; padding-top: 30px; padding-bottom: 30px; margin-left: auto; margin-right: auto; background-color: chartreuse; } .ugly:hover { background-color: darkgoldenrod; } .catalog { display: flex; justify-content: space-between; padding-left: 10px; padding-right: 10px; margin-top: 15px; } ul { list-style: none; margin: 0; padding: 0; } .section { width: 200px; background-color: #cac9c9; padding: 10px; } .link {text-decoration: none; color: rgb(255, 102, 0); font-size: 18px; line-height: 20px; font-weight: 600; } .posts { width: 500px; padding-top: 20px; padding-bottom: 20px; background-color: hotpink; margin-left: auto; margin-right: auto; text-align: center; } .casino { position: absolute; right: 35%; top: 15%; width: 550px; height: 350px; background-color: #636262; border-radius: 15px; border: 3px solid white; padding-bottom: 10px; } .casino_text { text-align: center; font-size: 22px; font-weight: 700; } .casino_bar { width: 450px; height: 30px; background-color: white; margin-left: auto; margin-right: auto; margin-top: 90px; } .casino__success {background-color: greenyellow; width: 0%; height: 100%; } .getmoney { display: block; margin-left: auto; margin-right: auto; margin-top: 70px; width: 200px; height: 50px; border-radius: 5px; border: none; background-color: black; color: white; font-size: 20px; } .getmoney:hover { background-color: rgba(0, 0, 0, 0.685); } .hidden { display: none; } .percent { left: 50%; text-align: center; position: absolute; display: block; font-weight: 600; font-size: 25px; } .cash { font-weight: 500; text-align: center; width: 250px; margin-left: auto; margin-right: auto; background-color: #afacac; border-radius: 10px; padding: 10px; }