a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
h2 {
  text-align: center;
  color: #009dff;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  color: white;
}
div ul {
  display: flex;
}
div ul li {
  margin-left: 150px;
}
div ul li a {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
div ul li a:hover {
  color: #009dff;
}

/*submit.html*/
form {
  font-size: 30px;
  padding: 30px;
}
/*create.html*/
#shilla {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  padding: 20px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
/*index.html*/
.notice-container {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  width: 1490px;
  border: 5px solid #ffffff;
  padding: 15px;
  border-radius: 8px;
}

.notice {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice li {
  padding: 8px 0;
  border-bottom: 1px solid #000000;
}

.notice a {
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.date {
  font-size: 12px;
  color: #999;
}
.about {
  font-size: 40px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  width: 700px;
  height: 300px;
  padding: 30px;
  border: 5px solid #ffffff;
  border-radius: 8px;
}
.about_go {
  border: 3px solid white;
}
.about_go:hover {
  background-color: #009dff;
}
.info {
  text-align: center;
  font-size: 20px;
}
