.logo-ac {
    width: 250px;
}
.text {
    font-family: "Bahnschrift", sans-serif;
    color: black;
}
.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);
}
.logo-beammp {
    width: 250px;
}
.games-footage {
    width: 720px;
}
.link-dlc {
    color: rgb(1, 145, 255);
    font-family: "Bahnschrift", sans-serif;
}
.link-dlc:visited{
    color: rgb(1, 145, 255);
    font-family: "Bahnschrift", sans-serif;
}
a {
    text-decoration: none;
}