body {background:black;color:red;font-family:Arial}
.addlisting{FONT-SIZE:8pt; color:#000000; background-color: black; border: 1px solid red; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; width:700; color:red}
.listing{display: flex;
    FONT-SIZE: 2vh;
    color: rgb(119 0 0);
    background-color: darkorange;
  
    width: 650px;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: center;}
.listingbox{display: flex;
    FONT-SIZE: 2vh;
    color: rgb(119 0 0);
    background-color: darkorange;
    border: 2px dotted red;
    width: 650px;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: center;}
.mainbox{display: flex;
    flex-direction: column;
    align-items: center;}
.votebox{display: flex;
flex-direction: column;
    align-items: center;margin:10px}
#first{    display: flex;
    align-items: center;
    justify-content: center;}

.my_banner{width:468px;height:60px}