
@media screen and (orientation: landscape) {
    body {
        background-image: url('Background 2.png');
    }
}

#banner_space {
    width: 100%;
    height: 20px;
}

#title {
    background-color: transparent;
    height: 120px;
    width: 100%;
}

#content {
    background-color: transparent;
    width: 500px;
}

h1 {
    font-size: 4em;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

#demo {
    width: 50%;
    height: 50%;
    float: left;
}

b {
    font-size: 35pt;
    text-align: center;
    color: #FFFFFF;
    width: 50%;
    height: 115px;
    float: right;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

#download {
    width: 50%;
    height: 70px;
    float: right;
}

#note {
    font-size: 35pt;
    color: #FFFFFF;
    position: fixed;
    text-align: center;
    width: 500px;
    height: 20px;
    bottom: 0;
}