.fit-cover {
  object-fit: cover;
}

h2 {
  background-color: #990000;
  color: #e2e6ea;
  border-radius: 10px;
  padding: 10px;
}

.noticeMain {
  background-color: #990000;
  border-radius: 10px;
  color: #e2e6ea;
  margin: 3px;
  max-width: 80%;
}

.notice-btn, .notice-btn:hover {
  background-color: #990000;
  color: #e2e6ea;
  font-size: larger;
  font-weight: bold;
  padding: 15px;
  min-width: 250px;
  margin: 2px;
  border-top: 1px solid #e2e6ea;
  border-left: 1px solid #e2e6ea;
  border-right: 1px solid #e2e6ea;
  border-bottom: 1px solid #e2e6ea;
  text-align: left;
}

.notice-btn:active, .notice-btn:focus {
  background-color: #520101;
  opacity: 1;
}

.newsContainer {
  background-color: #e2e6ea;
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

