body { color:black; background-color:white; background-image:url("../ressources/image/background.jpg"); background-attachment: fixed; background-size:cover; margin: 0; font-family: Ubuntu,Helvetica,sans-serif; } #container{ margin : 5% 15% 5% 15%; background-color : white; border : 2px solid black; } h1{ text-align : center; font-size : 250%; font-weight: bold; } #form{ text-align:center; } #avis_laisse{ box-sizing: border-box; resize: none; width: 70%; height: 16em; } #submit{ margin-bottom: 1%; } .rating { direction: rtl; } .rating a { color: #aaa; text-decoration: none; font-size: 3em; transition: color .4s; } .rating a:hover, .rating a:focus, .rating a:hover ~ a, .rating a:focus ~ a { color: orange; cursor: pointer; }