body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

main {
    display: flex;
    max-width: 400px;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

footer {
    display: flex;
    max-width: 400px;
    padding: 48px 96px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.mokpyo-logo {
    width: 100%;
    align-self: stretch;
    aspect-ratio: 345.00/85.63;
}

.coodlab-logo {
    width: 100%;
    align-self: stretch;
    aspect-ratio: 201.00/42.86;
}