body {
    margin: 0px;
    background-color: rgb(41, 41, 41);
    transition: ease-in-out 600ms;
}

a {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 5vh;
}
/* Main Content */

.main {
    color: antiquewhite;
}

.block {
    justify-content: center;
    border-radius: 3vh;
    margin: 3.1vh;
    background-color: rgb(53, 53, 53);
    width: 40vh;
    min-height: 30vh;
    height: fit-content;
    padding: 10px;
    float:inline-start;
    margin: auto;
    margin-top: 4.5vh;
    margin-bottom: 10vh;
}

.blockshide {
    display: none
}

.blocks {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 200vh) {
    .blocks {
        display: block;
    }
    .block {
        margin: auto;
        margin-top: 4.5vh;
    }
    .block h1 {
        font-size: 4.5vh;
        padding-bottom: 1vh;
    }
    .sharestore {
        width: 90%;
    }
}

.block img {
    border-radius: 10px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    display: flex;
}

.block h1 {
    padding-bottom: 1.5vh;
    display: block;
    margin-left: 1vh;
}

#error {
    display: none;
}

.loadingscreen {
    display: none;
    text-align: center;
    color: #fcfcfc;
}

.sharestore {
    margin: auto;
    margin-top: 2vh;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    color: azure;
    background-color: grey;
    width: 45vh;
    height: 3vh;
    border-radius: 5vh;
    padding: 0.5vh;
    visibility: hidden;
}

.sharestore button {
    background-color: rgb(196, 52, 52);
    border-radius: 5vh;
    width: 12vh;
    border: none;
}

.sharestore a {
    margin: 0;
    margin-left: 1vh;
    margin-right: 1vh;
    white-space: nowrap;
    text-overflow: clip;
    text-align: right;
    overflow: hidden;
    font-size: 3vh;
    height: 5vh;
    width: max-content;
}

.hide {
    display: none;
}