
@media (min-width: 768px) {
    html {
        font-size: 16px;
        color: #ffffff;
    }
}

html {
  font-size: 16px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    color: white;
    background-image: url('../Images/background.png');
    background-repeat: repeat;
    background-size: auto;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}

.store-buttons {
    display: flex;
    gap: 20px;
    margin: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.store-buttons a img {
    height: 60px;
}
