<style>
#header {
    background-color: #FFF59D;
    border: 2px solid #000;
    width: 100%;
}

h1 {
    font-family: 'Arial', sans-serif;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 50px;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

#wowow {
    font-family: 'Arial', sans-serif;
    color: #fff;
    text-align: center;
    clear: both;
    font-size: 24px;
    margin-top: 20px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

#wowow2 {
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-size: 24px;
    clear: both;
    margin-top: 20px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

#tmxlxgif {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 150px;
}

#one {
    list-style-image: url(youtube.png);
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    float: left;
    clear: both;
}

#two {
    list-style-image: url(tiktok.png);
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    float: left;
    clear: both;
}

#three {
    list-style-image: url(discord.png);
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    float: left;
    clear: both;
}

footer {
    background-color: #B86E12;
    color: white;
    padding: 5px;
    text-align: center;
}

nav {
    background-color: #4a4a4a;
    position: relative;
    display: flex;
    align-items: center; 
    gap: 20px;
    color: white;
}

body {
  margin: 0;
}

main {
  padding: 0 20px;
}

.container {
width: 300px;
height: 200px;
background-color: #B86E12;
border: 5px solid rgba(0, 0, 0, 0.338);
margin: auto;
padding: 50px;
}

.containerb {
width: 400px;
height: 800px;
background-color: #ffffff;
border: 5px solid rgba(0, 0, 0, 0.338);
margin: auto;
padding: 50px;
}

aside {
    width: 200px;
height: 120px;
    float: left;
    background-color: #cc7a4d;
    clear: both;
}

img {
    align: center;
}

#tmxlxgif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
   top: 50%;
  transform: translate(-50%, -50%);
}

#button {
     display: block;
    height: 115px;
    width: 205px;
    margin: 0 auto;
    border: 5px solid #B86E12;
}

#zoom-controls{
  position:fixed;

  left:20px;
  bottom:20px;

  display:flex;
  flex-direction:column;
  gap:10px;

  z-index:999999;
}

#zoom-controls button{
  width:48px;
  height:48px;

  border:none;
  border-radius:10px;

  background:#FFF59D;
  color:rgb(0, 0, 0);

  font-size:28px;
  cursor:pointer;

  box-shadow:
    0 4px 12px rgba(0,0,0,0.25);
}

#zoom-controls button:hover{
  opacity:0.9;
}

</style>