
* {
    padding: 0;
    margin: 0;
    border: none;
}
body {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.createAccount-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: white;
    width: 450px;
    height: 600px;
    border-radius: 17px;
}

input {
    width: 250px;
    height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 10px;
    background-color: #F8F8F8;
}

#joinBtn {
    width: 250px;
    height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    background-color: #1cc88a;
    cursor: pointer;
}
#joinBtn:hover {
    background-color: #bebebe;
}
#joinBtn:active {
    background-color: #6f6f6f;
}

/* suzzang추가 */


#jjapra {
    text-decoration: none;
    color: rgb(111, 111, 111);
    margin-left: 15px;
    margin-right: 15px;
    font-size: 35px;
    margin-bottom: 20px;
}
