.button-container {
    text-align: center;
}

.button {
    font-size: 20px;
    text-shadow: 4px 4px 4px black;
    display: inline-block;
    padding: 0 0;
    margin: 0 20px;
    cursor: pointer;
    border-radius: 10px;
    transition: border 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px 0 white;
    border: 2px solid black;
    width: 212px;
    background: rgba(0, 0, 0, 0.5);
}


.button span {
    display: inline-block;
    padding: 5% 10%;
    border: 2px solid transparent;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s;
}

.button:hover {
    box-shadow: 0 0 10px white;
}

.image-container {
    text-align: center;
}

.image-container a {
    display: inline-block;
    margin: 0 10px;
}

.image-container img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 5px;
}

.button-fwbox {
    text-align: center;
}

.fwbox-button {
    font-size: 20px;
    text-shadow: 4px 4px 4px black;
    display: inline-block;
    padding: 0 0;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 10px;
    transition: border 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px 0 white;
    border: 2px solid black;
    width: 170px;
    background: rgba(0, 0, 0, 0.5);
}

.fwbox-button span {
    display: inline-block;
    padding: 2% 2%;
    border: 2px solid transparent;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s;
}

.fwbox-button:hover {
    box-shadow: 0 0 10px white;
}

.button-hfw2ofw {
    text-align: center;
}

.hfw2ofw-button {
    font-size: 20px;
    text-shadow: 4px 4px 4px black;
    display: inline-block;
    padding: 0 0;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 10px;
    transition: border 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px 0 white;
    border: 2px solid black;
    width: 160px;
    background: rgba(0, 0, 0, 0.5);
}

.hfw2ofw-button span {
    display: inline-block;
    padding: 2% 2%;
    border: 2px solid transparent;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s;
}

.hfw2ofw-button:hover {
    box-shadow: 0 0 10px white;
}

.button-app {
    text-align: center;
}

.app-button {
    font-size: 20px;
    text-shadow: 4px 4px 4px black;
    display: inline-block;
    padding: 0 0;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 10px;
    transition: border 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px 0 white;
    border: 2px solid black;
    width: 205px;
    background: rgba(0, 0, 0, 0.5);
}

.app-button span {
    display: inline-block;
    padding: 2% 2%;
    border: 2px solid transparent;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s;
}

.app-button:hover {
    box-shadow: 0 0 10px white;
}

@media (max-width: 767px) {
    .image-container {
    text-align: center;
}

.image-container a {
    display: inline-block;
    margin: 0 10px;
}

.image-container img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 5px;
}
}