#table_presentation{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:8px}#discussions{grid-column:span 2 / span 2}#games{grid-row-start:2}#streaming{grid-row-start:2}#youtubeViewer{grid-row-start:3}.presentation{text-align:center;height:300px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-repeat:no-repeat;padding:10px}#discussions{background-image:url(https://maxxflix.ddns.net/texture/presentation/discussions_background.png)}#games{background-image:url(https://maxxflix.ddns.net/texture/presentation/games_background.png)}#streaming{background-image:url(https://maxxflix.ddns.net/texture/presentation/streaming_background.jpg)}#youtubeViewer{background-image:url(https://maxxflix.ddns.net/texture/presentation/youtubeViewer_background.png)}#coming_soon{border:8px dashed gray;color:gray}#createAccountDiscussions{background-color:#4d8a4d}#createAccountGames{background-color:#2d2dc9}#createAccountStreaming{background-color:#af5c2c}#createAccountYoutubeViewer{background-color:#af3131}.title,.description{backdrop-filter:blur(15px);background-color:rgb(0 0 0 / .644);padding:5px 10px;border-radius:2px}@media (max-width :480px){#table_presentation{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(5,1fr);gap:8px}#games{grid-row-start:3;grid-column:span 2 / span 2}#streaming{grid-row-start:2;grid-column:span 2 / span 2}#youtubeViewer{grid-row-start:4;grid-column:span 2 / span 2}}