@font-face {
    font-family: SFProFont;
    src: url("https://wisabo.com/system/uploads/font-files/5783/SF-Pro-Display-Bold.otf");
  }

h3 {
    font-family: SFProFont;
}

body {
    background: gray;
}

.about {
    color: white;
}

a { color:white } /* Globally */

/* Each state */

a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:white; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:white }