<style>
#header {
    background-color: #cc7a4d;
    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: #B86E12;
    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;
}

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%);
}

.canvas-wrapper {
  text-align: center;
  margin-top: 30px;
}

#drawCanvas {
  background: white;
  border: 5px solid black;
  touch-action: none;
}

.controls {
  margin-top: 10px;
}

.controls button, .controls input {
  font-size: 16px;
  padding: 8px;
  margin: 5px;
}

</style>