diff --git a/style.css b/style.css index 82ec2e9..0b336a6 100644 --- a/style.css +++ b/style.css @@ -31,11 +31,15 @@ body{ text-align: center; } -h1, h2, h3{ +h1, h4 { font-family: "Poppins", sans-serif; color: #AAD7D9; } +h4 { + font-size: 1.25em; +} + li{ display: inline; margin-right: 10px; @@ -45,6 +49,10 @@ ul{ padding: 5px; } +i { + font-size: 30px; +} + a{ text-decoration: none; background-color: #C8F3F0; @@ -63,9 +71,10 @@ a:hover{ } #profile-pic{ - width: 150px; + width: 175px; height: 200px; border-radius: 50%; + border: 3px solid #C8F3F0; } .card{