body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    text-align: center;
    color: #333;
}
.container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}
.logo {
    position: relative;
    top: -15px; /* 화면에 맞게 조정 */
    left: -150px; /* 화면에 맞게 조정 */
    width: 100px; /* 로고 크기 조정 */
    height: auto;
}