@import url(https://fonts.googleapis.com/css?family=Lemon); @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800); body { background: url("http://getwallpapers.net/wallpapers/l/1920x1080/74/backgrounds_black_light_patterns_surface_1920x1080_73109.jpg"); } h1 { color: white; font-family: 'Lemon', cursive; text-align: center; text-shadow: 5px 5px 5px #333; } .info { color: white; font-family: 'Open Sans', sans-serif; text-align: center; font-size: 20px; background: rgba(0, 0, 0, 0.5); margin-left: auto; margin-right: auto; width: 50%; border-radius: 10%; margin-top: 50px; padding: 10px; } .btn { box-shadow: 4px 4px 4px #444; font-weight: bold; } #dugme { background: white; color: black; font-weight: bold; border: black; font-family: 'Open Sans', sans-serif; margin-bottom: 10px; } p { color: white; font-family: 'Open Sans', sans-serif; text-align: center; font-size: 20px; background: rgba(0, 0, 0, 0.5); margin-left: auto; margin-right: auto; width: 50%; border-radius: 10%; padding: 10px; }