html {
    margin: 0;
    padding: 0;
    background: rgb(0, 0, 0);
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: auto;
}

.link {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-size: 30px;
    font-family: 'Unbounded';
}

a {
    color: rgb(255, 255, 255); 
    text-decoration: none;
}

a {
  box-shadow: inset 0 0 0 0 #54b3d6;
	padding: 0 .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #54b3d6;;
}

/* Presentational styles */
a {
  text-decoration: none;
}

.scroll-smooth {
    display: flex;
    flex-direction: column;;
}