@charset "UTF-8";

h1 {
    font-size: 42px;
}

#upper {
    min-width: 320px;
	color: white;
    text-align: center;
    background-color: black;
    position: fixed;
    height: 100%;
    top: 0px;
    width: 100%;
    overflow-y: auto;
}

body {
    margin: 0px 0px 0px 0px;
}

#upper span{
    display: inline-block;
    margin-top: 50px;
    margin-left: 80px;
    margin-right:80px;
}

.screenshot {
    height: 256px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    box-shadow: 1px 1px 8px 2px #909090
}

#badge {
    position: relative
    top: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}

#badge img {
    position: relative;
    margin-bottom: 50px;
    margin-top: 100px
}

#footer {
    position: relative;
    top: 10px;
    width: 100%;
    padding-top:5px;
    background-color: white;
    text-align: center;
}

#bottom {
    background-color: white;
    color: black;
    height:55px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-family: "Avenir Light", "Helvetica Neue Light", "Helvetica Regular", sans-serif;
	font-size: 10px;
	font-weight: 600;
}


