h1 {
    font-weight: normal;
    font-family: Titillium;
}

h3 {
    font-weight: normal;
    font-family: Titillium;
}
a:link {
    color: whitesmoke;
}
a:visited {
    color: darkgrey;
}
a:hover {
    color: darkgrey;
}
.descriptionBlog a:link {
    color: #555555;
}
.descriptionBlog a:visited {
    color: darkgrey;
}
.descriptionBlog a:hover {
    color: darkgrey;
}


.container {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    background-color: whitesmoke;
    color: whitesmoke;
}
.itemContainer {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    background-color: whitesmoke;
    color: whitesmoke;
    max-width: 900px;
    margin: 2px;
}
.appContainer{
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.logo {
    width: 100%;
    height: 200px;
    background-image: url("images/logoheader.png");
    background-color: #494949;
    background-position: center;
    background-size: 850px 200px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.header {
    width: 100%;
    height: auto;
    max-height: 250px;
    font-family: Titillium;
    text-align: center;
    background-color: #242424;
}
.info {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: Titillium;
    background-color: whitesmoke;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    color: #555555;
}
.twitter {
    width: 100%;
    height: 100px;
    background-color: #494949;
}
.twitterBird {
    width: 50px;
    height: 50px;
    background-image: url("images/twitter.png");
    background-position: center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
.footer {
    width: 100%;
    height: 150px;
    background-color: #242424;
    color: whitesmoke;
    text-align: center;
}
.bombs {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
    background-image: url("images/pommipeli.png");
    margin: 5px;
}
.kakkalokki {
    width: 250px;
    height: 250px;
    background-size: auto 250px;
    background-image: url("images/kakkalokki.png");
    background-position: center;
    margin: 5px;
}
.zombieCity {
    width: 250px;
    height: 250px;
    background-size: auto 250px;
    background-image: url("images/Menu2.png");
    background-position: center;
    margin: 5px;
}
.gameWorld {
    width: 800px;
    height: 400px;
    background-size: 800px 400px;
    background-image: url("images/pelialue.jpg");
    background-position: center;
    margin: 5px;
    align-self: center;
}
.lab {
    width: 800px;
    height: 400px;
    background-size: 800px 400px;
    background-image: url("images/labra.jpg");
    background-position: center;
    margin: 5px;
    align-self: center;
}
.ouludemo {
    width: 800px;
    height: 400px;
    background-size: 800px 400px;
    background-image: url("images/ouludemo.jpg");
    background-position: center;
    margin: 5px;
    align-self: center;
}
.description {
    width: 250px;
    height: auto;
    color: #555555;
}
.descriptionBlog {
    max-width: 900px;
    width: auto;
    height: auto;
    color: #555555;
    align-self: center;
}
.badgeGoogle {
    width: 100px;
    height: 40px;
    background-image: url("images/google-play-badge.png");
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px;
}
.badgeApple {
    width: 100px;
    height: 40px;
    background-image: url("images/appleBadge.svg");
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px;
}
.badgeWP {
    width: 100px;
    height: 40px;
    background-image: url("images/WP.png");
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px;
}
