*,
html {
    margin: 0;
    padding: 0;
}

.orange,
.yellow,
.black {
    width: 100%;
    display: block;
    height: 10px;
}

.yellow {
    background-color: gold;
}

.black {
    background-color: black;
}

.orange {
    background-color: orangered;
}

.yellow img {
    margin: 0 auto;
    display: block;
    height: 150px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
}

.orange-banner {
    height: 80px;
}

.container {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 100px;
}

.table-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.table-container td {
    padding: 5px;
}

.container h1 {
    text-align: center;
}

.star {
    color: red;
}

label {
    margin-left: 10px;
}

select,
input {
    padding: 10px;
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto;
    display: block;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 10px;
}

.no-show {
    display: none;
}

.background {
    padding-top: 14px;
    height: 250px;
    text-align: center;
    height: 390px;
    padding-top: 25%;
    cursor: pointer;
}

.background img {
    height: 150px;
}

.background p {
    color: white;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.middle {
    font-size: 25px;
    padding: 10px;
    text-align: center;
}

.red {
    color: red;
}

@media screen and (orientation: portrait) {
    .background {
        height: 500px;
    }
}

#result {
    line-height: 30px;
    font-size: 20px;
}

#pin {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: white;
    padding: 100px;
}

#pin input {
    width: 200px;
    margin: 20px 0;
    margin-left: 50px;
}

#pin button {
    height: 50px;
    width: 220px;
    margin-left: 50px;
}

@media (orientation: portrait) {
    #pin {
        padding: 00px;
    }
}