#head {
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 180px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  top: 0;
}

#dropDelZone {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#dropzone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  height: 80px;
  width: 60%;
  border: 1px dashed #000;
  white-space: nowrap;
}

#deletezone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  width: 10%;
  height: 80px;
  border: 1px dashed #f00;
}

/*#totals {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}*/

#body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 200px;
}

#picList {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

#nav {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

/*.picov {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: 'PICU';
}*/

#uploadIp:before {
  content: 'aksdjfökasdljlfask';
}

#uploadIp:after {
  content: 'HEHEHEHEHHEHE';
}

#err {
  max-height: 60px;
  overflow-y: scroll;
}