.flex-container {
    display: flex;
    flex-direction: row;
}

.specialbutton {
    background-color: rgb(228, 228, 228);
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: black;
  }

