HTML
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Meu Portifólio</title>
</head>
<body>
<header></header>
<main>
<h1>Meu Portifólio</h1>
<h2>Seja muito bem-vindo ao Meu Portifólio</h2>
<p>Esse local é destinado para postagem dos meus projetos conforme for evoluindo no HTML e CSS.</p>
<a href="https://www.instagram.com/kel.emanoel_/">Instagram</a>
<a href="https://github.com/kelvynemanoel">Github</a>
<img src="minha-foto.jpg" alt="Self de Kelvyn">
</main>
<footer>
<p>Telefone: 99 99999-9999</p>
<p>© Copyrigths - Protegido por direitos autorais</p>
</footer>
<img src="minha-foto.jpg" alt="Minha foto">
</body>
</html>
CSS
body {
background-color: black;
color: white;
}