<!DOCTYPE html>
<html lang="pt-br">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Portifólio</title>
    <link rel="stylesheet" href="style.css">
    
    </head> 
    <body>
        <header></header>
        <main>
            <h1>Eleve seu negócio digital a outro nível <strong class="titulo-destaque">com um Back-end de qualidade!</strong></h1>
            <p>Olá! Sou Fabricio Fialho, desenvolvedor Back-end com especialidade em Java. Ajudo
                pequenos negócios a colocarem em prática boas ideias. Vamos conversar?
            </p>
            <a href="https://www.instagram.com/fabricio_fialhoo/">Instagram</a>
            <a href="https://github.com/FabricioFialhoo">GitHub</a>
            <img src="fotoperfil.jpg">
        </main>
        <footer></footer>
    </body>
</html>
    <!--Css com integração de classe -->
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
    color: #F6F6F6;
}
.titulo-destaque{
    color: #22d4fe;
}