*{
  margin: 0;
  padding: 0;  
  box-sizing: border-box;

}


.nav-item-a{
  display: flex;
  color:#4c00ff;
  margin-bottom: 5px;
  border: 1px ;  border-color: white;
  border-radius: 20px;
  padding-bottom: 10px;
  text-align:right ;
  align-items: end;
  justify-content: space-between;
  width:70%;
  height: 300px;
  background-color: #00c1cbda;
  margin-right: 20px;
  overflow: hidden;
  border: white solid 1px;
}
  
.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}
.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}
.socialmedia{
  color: aqua;
}