#frame{width: 9em; height: 17em; background-color: #333333; left: 10em; position: absolute; border-radius: 5px;}
#background {
    width: 9em;
    height: 17em;
    background-color: #333333;
    left: 10em;
    position: absolute;
    border-radius: 5px;
}

#top-bar {
    background-color: #292929;
    position: absolute;
    top: 0em;
    width: 9em;
    height: 0.5em;
    border-radius: 5px;
}

#clock {
    font-size: 0.3em;
    color: #666;
    position: absolute;
    top: 0.3em;
    left: 1em;
}

#antenna {
    font-size: 0.3em;
    box-sizing: border-box;
    position: absolute;
    top: 0.25em;
    right: 1.4em;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    border-bottom: solid 0.63em #666;
    border-right: solid 0.63em #666;
    border-left: solid 0.63em transparent;
    border-top: solid 0.63em transparent;
}

#battery1 {
    font-size: 0.3em;
    position: absolute;
    top: 0.3em;
    right: 1em;
    background-color: #666;
    width: 0.2em;
    height: 0.3em;
}

#battery2 {
    font-size: 0.3em;
    position: absolute;
    top: 0.4em;
    right: 0.7em;
    background-color: #666;
    width: 0.8em;
    height: 1em;
    border-radius: 1px;
}

#logo {
    width: 75%;
    position: relative;
    top: 3em;
}

#welcome {
    width: 85%;
    position: relative;
    top: 9em;
    font-size: 0.5em;
    display: inline-block;
    text-align: justify;
}

#start {
    position: relative;
    width: 50%;
    top: 8em;
    top: 16em;
    border-radius: 20px;
    background-color: #FAAD00;
    border: none;
    padding: 0.5em;
}

#start span {
    color: white;
    font-weight: 400;
}


#bottom-bar {
    background-color: #000000;
    position: absolute;
    bottom: 0em;
    width: 9em;
    height: 1em;
    border-radius: 5px;
}

#back {
    position: absolute;
    bottom: 0.25em;
    left: 1.5em;
    width: 0;
    height: 0;
    border-top: 0.25em solid transparent;
    border-right: 0.5em solid #666;
    border-bottom: 0.25em solid transparent;
}

#home {
    position: absolute;
    bottom: 0.25em;
    left: 4.3em;
    width: 0;
    height: 0;
    background-color: #666;
    width: 0.5em;
    height: 0.5em;
    border-radius: 15px;
}

#overview {
    position: absolute;
    bottom: 0.25em;
    right: 1.5em;
    width: 0;
    height: 0;
    background-color: #666;
    width: 0.5em;
    height: 0.5em;
    border-radius: 5px;
}