body {
      width: 80%;
      max-width: 1200px;
      margin: 0 auto;
      /* position: relative; */
}
p {
    font-size: 20px;
  text-align: center;  
  padding: 16px 0;
}
.title {
font-size: 2.3rem;
font-weight: 700;
color: blue;
padding: 20px 0;
display: flex;
 justify-content: center; /* これを追加して中央寄せにする */
}
.alert {
text-align: center;
font-size: 1.7rem;
font-weight: 700;
color: rgb(87, 25, 54);
padding: 20px 0;
}
.image-container {
    display: flex;
    justify-content: space-between; 
}


.link-info {
    line-height: 1.5;
}
