.logo-discord {
    width: 250px;
    padding-top: 50px;
}
.link {
    font-family: "Bahnschrift", sans-serif;
    color: black;
    text-decoration: none;
    position: relative;
    left: 5px;
    display: block;
    padding: 4px;
}
.link:hover {
    color: rgb(1, 145, 255);
}
.text {
    font-family: "Bahnschrift", sans-serif;
    color: black;
}