diff --git a/styles.css b/styles.css index fbe4666..43da24b 100644 --- a/styles.css +++ b/styles.css @@ -60,6 +60,7 @@ img { height: auto; border-radius: 50%; transition: all 0.3s ease; + User-select:none; } img:hover { @@ -69,10 +70,12 @@ img:hover { h1 { font-family: 'Montserrat', sans-serif; font-size: 3em; - margin-bottom: 0.5em; + margin-bottom: 0.2em; + margin-top: 0.2em; font-weight: 700; - color: var(--dark-blue); - letter-spacing: 1px; + color: #172b4d; + letter-spacing: 10px; + User-select:none; } p { @@ -80,6 +83,7 @@ p { font-weight: 400; color: var(--dark-blue); line-height: 1.8; + User-select:none; } .background-text { @@ -101,6 +105,7 @@ p { letter-spacing: 2px; z-index: 1; animation: spam 10s infinite; + User-select:none; } .background-text span {