* {
    font-family: Noto Sans KR;
    background-color: rgb(199, 247, 255);
}

#content {
    width: 100vw;
}

button {
    width: 500px;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    background-color: mediumaquamarine;
    border: 1px solid mediumaquamarine;
    border-radius: 5px;
}

input {
    width: 160px;
    height: 27px;
    font-size: 16px;
    padding: 10px 20px;
    background-color: mediumaquamarine;
    border: 1px solid mediumaquamarine;
    border-radius: 5px;
}

select {
    width: 200px;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    background-color: mediumaquamarine;
    border: 1px solid mediumaquamarine;
    border-radius: 5px;
}

center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}