body { background-image: url("../someFolder/background-image-file.png"); /*[INSERT THE LINK TO YOUR BACKGROUND IMAGE IN QUOTES]*/ background-color: #45A5F0; /*[CHANGE THIS BACKGROUND COLOR HEXCODE TO WHATEVER YOU WANT]*/ background-size: cover; height:100%; width:100%; } .profile-picture { display: block; margin-left: auto; margin-right: auto; margin-top: 2%; height: auto; max-width: 175px; filter:drop-shadow(6px 6px 5px #0565af); } .profile-name { text-align: center; padding: 15px; font-family: 'Comfortaa', cursive; /*[YOU CAN CHANGE THIS FONT TO WHATEVER YOU WANT]*/ font-size:50px; } .links { text-align: center; position: relative; background-color: white; margin-top: 20px; padding: 15px; border: 1px solid white; border-width: 2px; width: 290px; display: block; margin-left: auto; margin-right: auto; border-radius: 40px; filter:drop-shadow(6px 6px 5px black); } .links:hover { background-color:whitesmoke; } a { text-decoration: none; color: black; transition: color 1s; font-family: 'Comfortaa', cursive; /*[YOU CAN CHANGE THIS FONT TO WHATEVER YOU WANT]*/ } .bottom-text { text-align: center; margin-top: 30px; margin-bottom: 40px; font-size: 10px; font-weight: bold; font-family: 'Comfortaa', cursive; /*[YOU CAN CHANGE THIS FONT TO WHATEVER YOU WANT]*/ }