*{
  margin: 0;
  padding: 0; 
}

body{
  height: 100vh;
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img{
  width: 100%;
  max-width: 500px;
}

a{
  gap: 0 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
  text-decoration: none;
  color: #000;
}