@charset "UTF-8";
/* CSS Document */
body {
    background: rgb(35, 35, 35);
    color: white;
    margin: 0;
    min-width: 470px;
    font-family: Arial, Helvetica, sans-serif;
}
.NAV {
    position: relative; 
    top: 0; 
    width: 100%; 
    height: 50px; 
    background-color: #1d1d1d;
}
.NAVTXT {
    top: -13px; 
    left: 60px;  
    position: relative;
    float: left;
     font-size: 25px;
}
#imageupload {
    /* Add your desired styles here */
    padding: 10px;
    border: 3px solid #575757;
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -0%);
    top: 10px;
    width: 80%;
    background-color: #393939;
    color: #ffffff;
    font-size: 16px;
  }
  .UPBTN {
    border: 3px solid #575757;
    top: 15px;
    position: relative;
    color: white;
    left: 50%;
    font-size: 15px;
    cursor: pointer;
    transform: translate(-50%);
    background-color: #393939;
    border-radius: 15px 15px 0px 0px;
    width: 70%;
    height: 50px;
  }
  .tag {
    position: relative;
    background-color: #575757b5;
    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
    float: left;
    left: 65px;
    top: -1px;
    
}