#index {
    padding: 0 2rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 15rem;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#index .logo {
    width: 24rem;
}
#index .logo img {
    width: 100%;
}
#index .buttonWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    width: 100%;
}
#index .buttonWrap a {
    font-size: 2rem;
    padding: 2rem 0;
    border-radius: 1rem;
    text-align: center;
    background: #226cff;
    color: #fff;
    width: 100%;
}
#index .buttonWrap a:last-child {
    color: #226cff;
    background: #f0f4ff;
    font-weight: 800;
}