body {
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.link {
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    justify-self: center;
    background-color: rgb(36, 36, 36);
    padding: 10px 10px;
    width: 50%;
    border-radius: 8px;
    text-decoration: none;
    color: white;
}

button {
    padding: 5px 10px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}

.link h5 {
    pointer-events: none;
}

.nav {
    background: linear-gradient(180deg, rgb(65, 64, 64), rgb(24, 24, 24));
}

.github {
    align-items: center;
    justify-self: center;
    border: 2px solid black;
}

li {
    list-style: none;
}

button:hover {
    transform: translateY(-2px);
}

.logo {
    transition: 0.5s;
}

.logo:hover {
    filter: brightness(1.4);
    transition: 0.5s;
}