:root {
  --mainColor: ;
  --mainFontColor: rgba(0, 0, 0, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
  --footerBg: rgb(228, 228, 228);
}

header {
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: bold;
} 

p{
  font-weight: 500;
}

.newsText p {
  font-size: 16px;
}

#news ul>li {
  list-style: inside;
  display: list-item;
  margin-left: 1em;
}

#news ol>li {
  list-style: decimal;
  list-style-position: inside;
  display: list-item;
  margin-left: 1em;
}

#news a {
  display: inline;
  color: rgb(255, 197, 38);
}

#home {
  height: auto;
}

.w_100 {
  width: 100%;
  text-align: center;
}

.btn {
  display: inline-block;
  border: 0.5px solid gray;
  padding: 10px 20px;
  border-radius: 5px;
}

#picture article {
  justify-content: flex-start;
}

#sns ul li {
  filter: brightness(0);
}

.icon,
#copyright {
  background-color: var(--footerBg);
  color: white;
}

.icon {

  position: sticky;

  bottom: 0;

}

.icon ul {

  width: 200px;

  margin: auto;

  display: flex;

  justify-content: space-around;

}


.icon img {
  width: 100%;
  height: 50px;
}

#picture article a span {
  color: white;
  text-align: center;
}

.icon ul li a:hover {

  filter: opacity(0.5);

}

@media only screen and (max-width: 950px) {
  ul.mainList li a {
    color: white;
  }
}

@media only screen and (max-width: 500px) {
  .item3 {
    width: 100%;
  }
}