#title {
    font-size: 25vw;
    font-family: "Onest", monospace;
    font-weight: 900;
    color: var(--accent-color);
    margin: 0.5rem auto 1rem auto;
}

#all-boats-link {
    text-decoration: initial;
    color: var(--accent-color);
    margin-left: auto;
    padding: 0 1em;
    font-weight: 600;

    span {
        text-align: center;
        vertical-align: middle;
    }

    &:hover {
        *:first-child {
            text-decoration: underline;
        }
    }
}