body {
  margin-top: 100px;
  background: rgb(2, 2, 2);
  font-family: "ubuntu", sans-serif;
  color: #222;
}

.title {
  font-family: "ubuntu";
  color: white;
  font-size: 30px;
  text-align: left;
}
.not {
  border-bottom: 2px solid #ccc;
  height: 270px;
  display: block;
  margin-top: 10px;
  position: relative;
}
.not .img {
  width: 200px;
  height: 200px;
  object-fit: scale-down;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 10px;
  float: left;
  top: 10px;
  border: 1px solid white;
}

.read {
  margin-bottom: -50px;
  position: relative;
  float: right;
  top: 120px;
  font-family: "ubuntu";
  font-size: 15px;
  text-decoration: none;
  color: white;
}

.new {
  font-family: "ubuntu";
  color: white;
  text-align: justify;
  font-size: 15px;
  margin-left: 10px;
}

.more {
  position: absolute;
  right: 0px;
  top: 230px;
  font-family: "ubuntu";
  font-size: 15px;
  text-decoration: none;
  color: white;
}

.data {
  position: absolute;
  margin-left: 220px;
  float: left;
  top: 240px;
  font-family: "ubuntu";
  font-size: 10px;
  color: rgb(163, 162, 162);
}

hr {
  border-color: #aaa;
  box-sizing: border-box;
  width: 100%;
  margin-top: 100px;
  float: bottom;
}

.hr2 {
  border-color: #aaa;
  box-sizing: border-box;
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .more {
    position: absolute;
    right: 0px;
    top: 230px;
    font-family: "ubuntu";
    font-size: 15px;
    text-decoration: none;
    color: white;
  }

  .data {
    position: absolute;
    margin-left: 210px;
    float: left;
    top: 220px;
    font-family: "ubuntu";
    font-size: 10px;
    color: rgb(163, 162, 162);
  }
  .new {
    font-family: "ubuntu";
    color: white;
    text-align: justify;
    font-size: 15px;
    margin-left: 10px;
  }
}
