.index_wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
}
.index_wrap .img_wrap {
    width: 25rem;
}
.index_wrap .img_wrap img {
    width: 100%;
}
.index_wrap > a {
    width: 90%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    background: #014e9e;
    border-radius: 1rem;
    padding: 1.5rem;
    color: #fff;
}