@charset "UTF-8";

a:link{color: #f67690}
a:visited{color: #f67690}
a:hover{color: #92cb97}
a:active{color: #f67690}

article{
  width: 37%;
}
aside{
  width: 63%;
}
.main{
  display: flex;
  justify-content: space-between;
}
  .a{
    background-position: right;
  }
  .img{
    display: flex;

  }
  .item{
    text-align: center;
    margin: 20px 20px;

  }
  .q{
    margin: 10px;
    padding: 10px;
  }
h1{
  padding: 5px;
  color: #47763c;
}
h2{
  background-color: #e2eba3;
  font-size: 20px;
  text-align: center;
  color: #47763c;
  font-size: 20px;
  height: 20px;
  margin-top: 10px;
}
h3{
  margin-top: -25px;
  color: #47763c;
}
p{
  font-size: 14px;
  margin: 10px;
}
.year{
  text-align: center;
  font-size: 19px;
}
hr{
  border-bottom: 3px double green
}
a{
  display: flex;
  font-size: 19px;
  margin-left: 30%;
}
