*{ padding: 0; margin: 0; box-sizing: border-box; justify-content: right; } .links { color: #e6e3bf; background-color: transparent; text-decoration: none; padding-top: 10px; padding-left: 10px; font-size: 23px; float : left; } .header_Body{ display: block; color: #fff2ec; background-color: #313a3f; border: solid 10px #313a3f; border-radius: 3px; position:fixed; width: 100%; top:0; } .section{ margin-left: 10%; margin-right: 10%; background-color: #e8e8e8; display: block; text-align: center; border-left: 5px; border-right: 5px; border: solid #e8e8e8; border-radius: 10px; } .section_inner{ margin-left: 5%; margin-right: 5%; background-color: #f7f7f7; display: block; text-align: center; border: solid 5px #f7f7f7; border-radius: 5px; margin: 10px; } .list{ margin: 1em; text-align: right; align-content: right; list-style-type: none; width: calc(100% - 30px); font-size: 20px; } .from{ margin: 1em; text-align: right; margin-left: 10%; margin-right: 10%; background-color: #f7f7f7; display: block; border: solid 10px #f7f7f7; border-radius: 5px; margin: 10px; } .footer{ color: #fff2ec; border: 20%; background-color: #313a3f; border: solid 30px #313a3f; border-radius: 10px; display: block; text-align: center; } p:hover { color: red; background-color: black; text-decoration: black; } @media screen and (max-width:1000px) { .list{ font-size: 15px; } }