@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard';
}

body, .wrapper, .content {
    display: flex;
    align-items:normal ;
    justify-content: normal;
}

body {
    min-height: 100vh;
    background-color: #ebedeb;
}

.wrapper h1 {
    font-size: 100px;
    font-weight: 500;
    margin: 30px 0;
    position:absolute; 
    left: 265px; 
    top: 175px;
}

.wrapper h2 {
    font-weight: 500;
    margin: 30px 0;
}

.wrapper content {
    width: 100%;
    justify-content: space-around;
    position: absolute;
    top: 270px;
}

.column select {
    font-size: 23px;
    outline: none;
    border: none;
    width: 100px;
    height: 40px;
    margin-left: 10px;
    border-radius: 5px;
}

.wrapper button {
    width: 100px;
    height: 40px;
    outline: none;
    border: none;
    background: #fff;
    cursor: pointer;
    margin-top: 23px;
    font-size: 20px;
    border-radius: 5px;
    position: absolute;
    left: 270px;
    top: 425px;
}

.content {
    position: absolute;
    left: 260px;
    top: 400px;
}