* {
  padding: 0px;
  margin: 0px;
}





img {
  width: auto;
  height: 20vw;
}


.topWriter {
  padding: 0vw 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.topWriter #comprit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#exx {
  display: flex;
  width: 100%;
}

.topWriter .allrit {
  height: auto;
  padding: 1vw 1vw;
  margin: 0vw auto 2vw auto;
  overflow: hidden;
  outline: 1px solid red;
  box-shadow: 0.6px 0.8px 9px 0px #d32f2f;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.topWriter .allrit figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

#one {
  width: 80%;
}

.topWriter .allrit img {
  width: 95%;
  height: 22vw;
  margin: auto;
  outline: 1px solid #000000;
  border-radius: 1vw;
  filter: drop-shadow(0.5px 1px 5px red#FF0000C7);
}

#one img {
  width: 40vw;
  height: 25vw;
  margin-top: 1vw;
}

#two img {
  width: 20vw;
}

.topWriter h2 {
  padding: 5vw 0vw;
  color: #d32f2f;
}

.topWriter .allrit h3 {
  color: #d32f2f;
  padding: 2vw;
  font-size: 6vw;
  padding-bottom: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  text-decoration: none;
  color: #d32f2fc4;
  font-size: 2.6vw;
  margin-top: 1vw;
}