body {
    background-color: #161616;
    color: transparent;
    -webkit-text-stroke: 1px #00ffff;
}

b {
    -webkit-text-stroke: 2px #80ff00;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}

#container {
    background-color: #222222;
    border: #00ffff 2px solid;
    border-bottom: #46f116 2px solid;
    width: 70%;
    height: 400px;
    position: relative;
    top: 100px;
    left: 15%;
}

#download {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 1.2em;
    color: #00ffff;
    background-color: transparent;
    border: transparent;
    cursor: pointer;
}

#download:hover {
    text-decoration: underline;
}