html {
  /* px means "pixels". The base font size is now 10 pixels high */
  font-size: 15px;
  /* Replace PLACEHOLDER with the font-family property value you got from Google Fonts */
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 60px;
  text-align: center;
}

p,
li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

html {
    background-color: red;
}

body {
  width: 1300px;
  margin: 0 auto;
}

h1 {
  margin: 0;
  padding: 20px 0;
  color: blue;
  text-shadow: 3px 3px 1px black;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

html {
    background-image: url(images/menu\ bg1.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    display: flex;
    gap: 10px;
}

nav a {
    padding: 10px 20px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

nav a:hover {
    background: #555;
}

.Current-releases {
    background: green;
    color: white;
    padding: 10px;
    margin: 10px;
    border: 2px solid white;
}

.Previous-releases {
    background: red;
    color: white;
    padding: 10px;
    margin: 10px;
    border: 2px solid white;
}

.Current-releases summary,
.Previous-releases summary {
    cursor: pointer;
    font-weight: bold;
}

.mpv-games {
    background: purple;
    color: white;
    padding: 10px;
    margin: 10px;
    border: 2px solid white;
}

.storm-menu {
    background: greenyellow;
    color: white;
    padding: 10px;
    margin: 10px;
    border: 2px solid white;
}


iframe {
    background: red;
    color: white;
    padding: 10px;
    margin: 10px;
    border: 1px solid black;
}

div {
    background: white;
    padding: 10px;
    margin: 10px;
    border: 2px solid white;
    opacity: 85%;
}

.Team-Y2K {
    background: #bc9af7;
    color: black;
    padding: 10px;
    margin: 10px;
    border: 2px solid white;
    opacity: 85%;
}
