body{
    background-image: linear-gradient(to bottom, rgb(50, 5, 5), black);
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin:0;
    height:100%;
    overflow: hidden;
}

header{
    margin-top:20px;
    margin-left:20px;
}

#topBar{
    position:fixed;
    color: rgb(245,245,245);
    background-color: rgb(79, 79, 79);
    width:100%;
    top:0;
    left:0;
    border: rgb(145, 0, 0);
    border-width: 5px;
    border-style: solid;
    border-top: none;
    border-left:none;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 20px;
    
}

button{
    text-align: center;
    margin-left: 50px;
    color: rgb(245,245,245);
    background-color: rgb(50, 5, 5);
    border: solid;
    border-top-color: gray;
    border-left-color: gray;
    border-bottom-color: black;
    border-right-color: black;
    
}
button:hover{
    cursor: pointer;
    background-color: rgb(145, 0, 0);
    border-top-color: black;
    border-left-color: black;
    border-bottom-color: gray;
    border-right-color: gray;
}

#Logo{
    height:200px;
    width:350px;
    margin-top:50px;
    float:left;
}

article{
    color: rgb(245,245,245);
    background-color: rgb(79, 79, 79);
}

#TVDiv{
    display: inline-flex;
    margin-top: 200px;
    margin-left:200px;
}
#tv{
    width: 350px;
    height: 350px;
    z-index: 9;
}
#Video{
    position: absolute;
    width:265px; 
    height:188px;
    margin-left:40px;
    margin-top: 40px;
}
#Music{
    width: 300;
    height: 300;
}

#ShelfDiv{
    display:flex;
    float: right;
    margin-top:200px;
    margin-right:140px;
}
#shelf{
    width:400px;
    height:600px;
}

#CabinetDiv{
    display:inline-flex;
    margin-left:160px;
    margin-top:-12px;
    margin-right: -20px;
}
#cabinet{
    width: 760px;
    height: 400px;
}

#RecordPlayerDiv{
    display: flex;
    margin-top:-482px;
    margin-left:240px;
}
#recordPlayer{
    width:260px;
    height:80px;
    z-index: 9;
}

footer{
    position: fixed;
    bottom:0;
    left:0;
}

#neoCitiesIMG{
    margin-left: 5%;
}