/* Created 05.01.2025 by Jamaal Wairegi */
*,
*::before,
*::after {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%; }

body {
  line-height: 1;
  font-family: Arial, sans-serif;
  background-color: #040218;
  font-size: 90%; }

ol, ul {
  list-style: none; }

video {
  max-width: 50%;
  width: auto;
  height: auto;
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

#button-container img {
  width: 90%; }

#left, #right {
  float: left; }

#up {
  float: right; }

/* 600px, 601px, 768px, 992px */
@media (max-width: 600px) {
  #button-container img {
    width: 90%; } }

@media (max-width: 601px) {
  #button-container img {
    width: 90%; } }

@media (max-width: 768px) {
  #button-container img {
    width: 90%; } }

@media (max-width: 992px) {
  #button-container img {
    width: 90%; } }
