@charset "UTF-8";
/*header*/
.menu-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
    font-weight: bold;
    font-size: 40px;
  }
  .menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background:rgba(0, 0, 0, 0.836);
    color: white;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0);
  }
  .menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid #ddd;
  }
  .menu a:last-child {
    border-bottom: none;
  }
body{

font-family: serif;
background-color: #bdd0d4;
text-align: center;
}

.a_event_text{
margin-bottom: 40px;

}


.year_title{
font-size: 40px;
text-align: center;
font-weight: bold;
color: black;
margin-bottom: 40px;
}

.month_item {
  background-color: white;
  max-width: 800px;
  margin: 50px auto;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.event_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;

  margin-bottom: 60px;
}

.month_item .event_image:last-child{
margin-bottom: 0;

}

.month {
  display: inline-block;
  background-color: transparent;
  border:5px solid #8fafb8;
padding: 5px 15px;
color:#93afb6;
border-radius: 32px;
font-weight: bold;
margin-bottom: 20px;
font-size: 35px;

}


.event_title{
font-size: 25px;
font-weight: bold;

display: table;
margin: 0 auto 15px;

background: linear-gradient(transparent 50%, #b5ced4 60%);


}

