body {
    background-color: black;
    line-height:2.2em;
}

.bg {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center;
    background-size: cover;
  }

 article {
    color: white;
    position: relative;
    max-width: 460px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 75px;
    padding: 2em;
    z-index: 1;
}

p {
    margin-bottom: 0 !important;
}

.fancy {
    background: rgba(131,58,180,1);
    background: linear-gradient(345deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.logo {
    display: block;
    width: 100%;
    padding-bottom: 2em;
}

.tag {
    font-weight: bolder;
    color: black;
    background-color: rgba(255, 255, 255, 0.75);
    margin-right: .25em;
    border-radius: 0.6em;
    padding: 0.1em 0.5em;
}

button {
    border: none;
    height: 2em;
    padding: .2em .5em; 
    border-radius: 1em;
    color: white;
    background-color: rgba(88, 150, 255, 1);
    font-family: Roboto, 'Courier New', Courier, monospace;
}

button:hover {
    cursor: pointer;
    background-color: rgba(88, 150, 255, .85);
}

footer {
    z-index: 666;
}
