
aside {
float: top;
background: Grey;
width: 100vw;
height: 140px;
color:black;
border-bottom: 1px solid #4d4d4d;
}
aside img {
width: 60px;
float: top;
height: auto;
}

.menu_head {
display: flex;
padding: 10px 10px 10px 10px;
text-decoration: none;
padding-bottom: 15px;
}
.app img{
width: auto;
height: 50px;
margin-right: 25px;
}


.menu_head li{
    padding-left: 15px;
    list-style: none;
}
.login_head {
    color: black;
    text-decoration: none;
}
.menu_head li a{
    text-decoration: none;
    font-size: 40px;
    color:aliceblue;
}


.menu_head li a:hover{
    color: aqua;
}

.topline_head {
    
    font-size: 35px;
    display:flex;
    justify-content: space-between;
    padding: 10px 20px 0px 10px;    
}

#logoute-head {
    margin:0px 0px 0px 15px;
    background-color:cornsilk;
}

#owner_head{
    color:darkgoldenrod;
    text-decoration: none;
}

.bottonline_head{
display: flex;
justify-content:space-between;
color: cornsilk;
min-width: 350px;
}
#imgdiv{
text-align: center;
width: 100vw;
position: relative;
border-top: 1vw solid #4d4d4d;

}    
#cash{
background: url("../img/cash.png");
background-size: cover;
width: 100vw;
position: relative;
height: 13.5vw;
margin-bottom: 4vw;
text-align: center;

}



#count h1{
font-size: 35px;
color: #FFA500;
}
#count{
padding-top: 50px
}

.owner_head{
    color: #00ff00;

font-size: 37px;
}
