Trecho HTML
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio de Helder Razif</title>
<link rel="icon" type="image/x-icon" href="/img/Helder 2.jpeg">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
</header>
<main>
<h1>Transforme boas <strong>ideias em negócios </strong>lucrativos</h1>
<h2>Contrate Helder Razif</h2>
</main>
<p>Atuo com engenharia, gestão, tecnologia da informação e inovação aplicada ao desenvolvimento de produtos com o propósito de <strong>transformar ideias em negócios sustentáveis.</strong></p>
<a href="https://www.linkedin.com/in/hrazif/">LinkedIn</a>
<a href="https://github.com/helder-razif">GitHub</a>
<a href="https://www.behance.net/arte1">Behance</a><br>
<img src="img/razif.JPG" alt="Helder Razif" width="234" height="303">
<footer>
<p>Helder Razif - Nexialista</p>
<p>Contato: <a href="mailto:helder.net@gmail.com">helder.net@gmail.com</a></p>
</footer>
</body>
</html>
Trecho CSS
body {
background-color: black;
color: white;
}