h1 { color:darkslategray; font-size: 50px; text-align: center; font-family: 'MedievalSharp', sans-serif; /* Apply MedievalSharp font */ } body { background-image: url('https://i0.wp.com/www.pswallpapers.com/wp-content/uploads/2017/03/Dark-Souls-III-4K-Main.jpg?ssl=1'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; .text-container { background-image: url('https://img.freepik.com/free-photo/concrete-wall-textured-backgrounds-built-structure-concept_53876-31769.jpg?semt=ais_hybrid&w=740'); /* Your texture image URL */ background-size: cover; /* Makes the texture cover the entire container */ background-repeat: repeat; /* Tiles the texture if it's smaller than the container */ border-radius: 9px; /* Rounded corners */ padding: 30px 50px; /* Add padding for spacing inside the container */ margin: 50px auto; /* Center the container and give space around it */ width: 50%; /* Control the width of the background box */ max-width: 1200px; /* Optional: Limit max width */ font-family: 'MedievalSharp', sans-serif; /* Apply MedievalSharp font */ cursor: url('"C:\Users\M\Documents\webshit\The_Hand_of_Glory.png"'), auto;