.content {
    width: 100%;
}
.link-container {
    margin: 0 2% 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
  }
  .link-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    width: 100%;
  }
  .link-column p{
    display: flex;
    color: white;
    text-align: center;
    margin: 10px;
  }
  .link-element {
    width: 100%;
    max-width: 800px;
  }
  .link-element a {
    margin: 15px;
    height: 80px;
    background-color: #dbdbdb;
    border-width: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #5a5a5a;
    border-radius: 10px;
    border-style: solid;
    position: relative;
    transition:box-shadow 0.3s ease-in-out;
    flex-direction: row;
  }
  .link-element a img {
    width: 125px;
    height: 40px;
    display: flex;
    margin-left: 15px;
    float: left;
  }
  .twit-link {
    width: 125px;
    height: 40px;
    display: flex;
    margin-left: 15px;
    float: left;
  }
  .twit-link img{
    width: 125px;
    height: 40px;
    margin: 0px;
    padding: 0px;
  }
  .link-element a span {
    float: right;
  }
  .link-button {
    display: block;
    padding: 3px 6px;
    margin-right: 15px;
    height: auto;
    width: auto;
    max-height: 60px;
    background-color: rgb(201, 201, 201);
    text-align: center;
    font-size: 20px;
    font-family: "BAHNSCHRIFT";
    font-weight: normal;
    font-style: normal;
    transition: 0.3s;
    border-radius: 5px;
    color: rgb(73, 73, 73);
  }
  .dsp-button-pre {
    display: block;
    align-items: right;
    padding: 3px 5px;
    margin-right: 10px;
    margin-left: 65px;
    height: auto;
    width: auto;
    max-height: 60px;
    background-color: rgb(201, 201, 201);
    text-align: center;
    font-size: 18px;
    font-family: "BAHNSCHRIFT";
    font-weight: normal;
    font-style: normal;
    transition: 0.3s;
    border-radius: 5px;
    float: right;
    color: rgb(73, 73, 73);
  }
  
.link-element a:hover {
    box-shadow: transparent;
    box-shadow: 0 7px 7px rgba(43, 43, 43, 0.4);
  }
  
  .link-button:hover {
    background-color: #181818;
    color: whitesmoke;
  }
  .link-button-pre:hover {
    background-color: #181818;
    color: whitesmoke;
  }
  