html {
    background-image: url("/assets/images/tiles/bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}
a:visited {
    color: rgb(255, 182, 245);
}
header {
    text-align: center;
}
#header-img {
    margin: auto;
    width: 400px;
}
#welcome {
    width: 920px;
    margin: auto;
    text-align: center;
    color: rgb(197, 143, 199);
}
#main {
    width: 920px;
    margin: auto;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
}
#column-one {
    text-align: center;
    color: rgb(197, 143, 199);
    border: 4px solid rgb(197, 143, 199);
    border-right: none;
    width: 519px;
}
#column-two {
    text-align: center;
    color: rgb(197, 143, 199);
    border: 4px solid rgb(197, 143, 199);
}
#siteupdates h2{
    margin-top: 5px;
    margin-bottom: 5px;
}
#siteupdates td{
    background-color: rgba(197, 143, 199, 0.26);
    padding-top: 5px;
    padding-bottom: 5px;
}
#siteupdates table{
    border-top: 4px solid rgb(197, 143, 199);
}
#column-three {
    text-align: center;
    color: rgb(197, 143, 199);
    border: 4px solid rgb(197, 143, 199);
    border-left: none;
    width: 519px;
}
#jukebox {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 4px solid rgb(197, 143, 199);
}
#buttons {
    padding-top: 5px;
    image-rendering: pixelated;
}
#mybutton:active {
    transform: scale(.90);
}