body{ /* Font Styles */ font-family:"Klee", YuGothic; color: black; background: #E5F0FB; font-size: 18px; } .title{ background-image: url("./images/me.JPG"); background-position: center; background-size: cover; padding: 150px; } h1{ text-align: center; } h2{ text-align: center; padding: 0px 15px; } h3 { padding: 0px 15px; } h4{ text-align: center; } .navbar ul{ list-style: none; background: #BDBDBD; padding: 0; margin: 0; text-align: center; } .navbar li{ display: inline-block; } .navbar a{ text-decoration: none; color: #fff; width: 150px; display: block; padding: 25px 20px; font-size: 15px; text-transform: uppercase; font-weight: bold; text-align: center; } .navbar a:hover{ background: black; } p{ padding: 0px 15px; } img{ border-radius: 1rem; } footer { text-align: center; }