@media only screen and (max-width: 830px) {
    body .adsbygoogle{
        display: none !important;
    }
}

main{
	padding: 12px;
}

.section{
    max-width: 850px;
    margin: auto;
    overflow: hidden;
}

.buttonsContainer{
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    gap: var(--gap);
}

.buttons{
    display: flex; 
    width: 100%; 
    gap: var(--gap);
}

.btnDownload{
    padding: 12px;
    background-color: var(--color-background);
    color: white;
    text-align: center;
    margin: auto;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex: 1;
}

.downloadicon{
    width: 20px;
    height: 20px;
    padding-right: 12px;
    background-image: url(https://cdn.wearedevs.net/images/icons/w_download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 12px;
}

#loadstring {
    background-color: var(--color-background);
    display: block; 
    margin: 0 auto; 
    padding: 8px; 
    width: 100%;
}

.medialinks{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.medialink{
    padding: 5px 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: var(--less-round);
}

.medialink img{
    margin-right: 8px;
}

.youtube{
    background-color: #cd201f;
}