/* style.css */ @import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap'); body{ color: rgb(40,40,40); font-family: 'Roboto', sans-serif; } h1{ font-family: 'Roboto', sans-serif; font-weight: bold; margin: 0px font-size: 50px; text-align: center; } h2 { font-family: 'Roboto', sans-serif; font-weight: lighter; text-align: center; } img{ background: lightblue; -webkit-border-radius: 10px; border-radius: 10px; } p{ text-align: center; margin: 0px; } /* styling for specific IDs and classes*/ #banner{ text-align: center; width: 100%; background-image: src="images/reading.jpg"; background-size: cover; margin: 0px } #banner h1 { font-size: 33px; } #banner p { padding: 16px; opacity: 0.8; font-size: 20px; } footer{ padding: 30px; text-align: center; } #card{ padding: 1%; font-weight: lighter; text-align: center; max-width: 250px; } footer a { color: lightgrey; font-size: 25px; margin:20px; text-align: center; } footer a:hover { color: white; } body div div{ margin: 20px; display: inline-block; min-width: 250px; min-height: 250px; } footer p{ text-align: center; } body div{ text-align: center; } #maincontent{ display: none; } footer ul li{ display: inline-block; text-align: center; }