...font-family: 'Poppins', sans-serif;
}
body
{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #27282c;
flex-direction:column;
gap:50px;
}
a
{
position: relative;
background: #fff;
color: #fff;
text-decoration: none...