@font-face {
    font-family:font2;
    src: url("fonts/Dotrix.ttf");
    font-style:normal;
}

#box {
    display: flexbox;
    justify-content: center;
    width: 46%;
    margin: auto;
    padding: 40px;
    padding-left: auto;
    align-content: center;
    text-align: center;
    float: center;
}

.links {
    display: flexbox;
    justify-content: center;
    color: aliceblue;
    width: auto;
    height: auto;
    font-size: 1em;
    float: center;
    font-family: font2;
    background-color: hsla(353, 57%, 71%, 0.1);
    margin: 1em;
    position: static;
    text-align: center;
    padding: 10px;
    border-color: hsl(350, 100%, 26%);
    box-sizing: border-box;
    border-style: outset;
    border-width: 3px;
    box-shadow: 0px 2px 15px rgb(0, 0, 0);
}
