/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./website/index.css ***!
  \*********************************************************************/
.layout {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
}

.card-wrapper {
    width: 300px;
}

.grid-wrapper {
}

.generate-wrapper {
    width: 100%;
}

@font-face {
    font-family: 'IM_Hyemin-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IM_Hyemin-Bold';
    background: #dfdfdf;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

footer {
    width: 100%;
    height: 200px;
    background: #999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
}

.made-by {
    font-size: 1rem;
}
