Antes de começar o CSS, optei por tentar criar algo do zero. Pesquisei bastante, e acredito que esteja certo o que eu fiz. (Há pontos a serem melhorados, porém, para começar acredito que consegui passar a ideia)
<!DOCTYPE html>
<html>
<head>
<title>Meu Portfólio</title>
<style>
</style>
</head>
<body style="background-color: black;">
<div>
<h1 style="color:rgb(219, 209, 209); text-align:center; font-size:60px; font-family:georgia";>Nail Designer</h1>
<h2 style="color:rgb(219, 209, 209); text-align:center; font-size:50px; font-family:georgia";>Gislene Prado</h2>
<p style="color: rgb(219, 209, 209); text-align:center; font-size: 30px; font-family:georgia";>A beleza está nos detalhes, e as suas unhas são a prova disso!</p>
<p style="text-align:center";>
<button><a href="https://www.instagram.com/gislenepradonails/; text-align:center";>Instagram</a></button>
</p>
<p style="text-align:center";>
<img src="FOTO1.jpeg" alt="unha rosa claro" width="250"; height="300px";>
<img src= "FOTO2.jpeg" alt="Nail" width="250"; height="300px";>
<img src= "FOTO3.jpeg" alt="Unha vermelho bordo" width="250"; height="300px";>
</p>
</div>
</body>
</html>