.top-header a {
    text-decoration: none;
}
.page-logo-git {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 55px;
    color: black;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin-bottom: 4rem;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
}