.link-box {
    background: #ffffff42;
    outline: 3px solid #ff000070;
    width: fit-content;
    max-width: 90vw;
    height: fit-content;
    margin: 5rem auto;
    padding-inline: 2em;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: large;
    box-shadow: #ff7f7f 0px 0px 10px;

    & h2 {
        transform: translateY(-1rem);
        text-align: center;
        background: #bd0202;
        box-shadow: #ff7f7f 0px 0px 10px;
    }

    & p {
        margin-block: 1rem;
        font-weight: 700;
    }
    & a{
        color: #80eff7;
        font-family: monospace;
        font-size: larger;
        margin-left: 1em;
    }
}