body {
    background: #555;
    font-family: "Segoe UI", Arial, sans-serif;
    height: 100%
  }
  
.content {
    max-width: 1600px;
    margin: auto;
    background: white;
    padding: 10px;
  }

.tabl_bord {
    position: relative;
    width: 1539px;
    left: 31px;
    top: -20px;
    border-radius: 20px;
    background-color: #e7e7e7;
}

.table {
  margin: auto;
  top: 20px;
	width: 90%;
	margin-bottom: 20px;
	border: 5px;
 
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 0px;
}
.table td {
	border: 0px;
	padding: 5px;
}

.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #e7e7e7;
}

.fly_bord {
  position: sticky;
  left: 90%;
  top: 85%;
  z-index: 1;
  width: 200px;
  height: 100px;
  border-radius: 20px;
  background-color: #555;
}
.a1 {
  position: relative;
    text-decoration: none;
  color: white;
  font-size: 24;
  top: 15px;
}
.a2 {
  position: relative;
    text-decoration: none;
  color: white;
  font-size: 24;
  left: 7px;
  top: 6px;
}

.new_us_bord {
    position: relative;
    width: 335px;
    height: 73px;
    left: 30px;
    border-radius: 50px;
    background-color: #e7e7e7;
}

.new_us {
    position: relative;
    text-decoration: none;
  color: black;
  font-size: 22;
    top: 18px;
    left: 20px;
}

.task {
  position: relative;
  font-size: 28;
  top: 15px;
}

.titlesTasks {
  width: 15%;
}