<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X_UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<title>Portfolio</title>
</head>
<body>
<header></header>
<main>
<h1>Eleve seu nivel!<strong> Sou um desenvolvedor de qualidade!</strong></h1>
<p>Olá! Sou Adinor Santanna, desenvolvedor Front-end com especialidade em React, HTML e CSS.
Ajudo pequenos negócios e designers a colocarem em prática boas ideias.
Vamos conversar?</p>
<a href="https://www.instagram.com/adinorsantanna">Instagram</a>
<a href="https://linkedin.com/in/adinor-santana-7bba65215">Github</a>
<img src="/fotoeu.jpg" alt="foto do adinorsantanna">
</main>
<footer></footer>
</body>
</html>
AGORA O CSS
body { background-color: #000000; color: white; justify-content: center; text-align: center;
} ```