.top-container {
    min-height: 70px;
     display: flex;
    align-items: center;
}

.top-logo {
    height: 40px;
    width: auto;
    margin-left: 50px;
    filter: drop-shadow(1px 1px 6px rgba(0,0,0, 0.5));
}

.top-name {
    margin-left: 10px;
    font-size: 8px;
    font-family: 'Righteous', cursive;
    letter-spacing: 2px;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}

.top-container a {
    text-decoration: none;
    color: inherit;
}