@import url("./common.css");

main {
  min-height: 800px;
}

main article {
  width: 75%;
  max-width: 1400px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
    align-items: center;
}

h1 {
    font-size: 2rem;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.information {
    width: 100%;
    padding: 0 30%;
    display: flex;
    justify-content: space-around;
    height: 60px;
    line-height: 60px;
    color: #ACACAC;
    border-bottom: #ACACAC 2px dashed;
}

.content {
    width: 100%;
    padding: 20px;
}