body {
    background-color: #000;
}
.lcars-wrapper {
    background-image: url('images/middle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 50px 20px;
}
.lcars-up {
    background-image: url('images/up.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 200px;
    text-align: center;
    position: relative;
}
.lcars-title {
    position: absolute;
    top: 50px;
    width: 100%;
    color: orange;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.lcars-menu {
    background-image: url('images/menu.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px 0;
    position: relative;
}
.lcars-back, .lcars-lucky {
    width: 100px;
    color: magenta;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.lcars-search {
    width: 50%;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    border: 2px solid yellow;
    background: black;
    color: white;
}
.lcars-middle {
    background-image: url('images/more.png');
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    height: 400px;
}
