.logo {
    height: 40px;
    width: 200px;
    object-fit: contain;
    object-position: center left;
}

.main-nav {
    display: flex;
    gap: 30px;
}

.link {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.link:hover {
    text-decoration: underline;
    color: rgb(134, 20, 255);
}