@import url(//fonts.googleapis.com/css?family=Oswald:400);

body {
    background: #222426;
    font-family: "Oswald", sans-serif;
    font-size: x-large;
    color: #f0f0f0;
    margin: auto;
}

.outnow {
    color: red;
    font-size: larger;
}

.titlebg {
    position: relative;
    display: block;
}

.googleplaybutton {
    width: 10px;
    height: 25px;
    left: 0%;
    top: 100px;
    position: relative;
    margin-top: -25px;
    margin-left: -25px;
}
