/* 전체 레이아웃 설정 */
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;   
    font-family: "Times New Roman", Times, serif;
}

.container {
  text-align: left;
  position: fixed;
  z-index: 1;
}

h1 {
    font-size: 3rem;
    margin: 0;
    font-weight: normal;       
    letter-spacing: -3px;       
    line-height: 0.8;          
}

.construction-gif {
    margin-top: -234px;
    max-width: 300px;
  z-index: 2;
  position: absolute;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 19000px;
    background: linear-gradient(#ffffff, #a9ffe6, #ababff, #fcc0ff, #ffffc2, #ffffff);
    z-index: -1;
}