body {
    background-color: white; 
    display: block;
    width: 480px;
    border: 0px;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
}

#main{
    background-color: white;
    width: 480px;
    margin:auto;
    border-radius: 15px;

}
  

#a1,#a2 {
    width: 380px;
    height: 55px;
    border:5px solid red;
    background-color: #faecec;
    color:gray;
    margin:15px;
    font-size:24px;
}

#a3 {
    display: block;
    background-color:red;
    color:white;            /*처음 페이지 '테스트' 텍스트 색상*/
    border:2px solid red;
    border-radius: 30px;
    width: 280px;
    margin: auto; 
    font-size: 26px;
    line-height: 2.000em;     /*처음 페이지 '테스트' 버튼 크기*/
    text-align: center;

}


#a6,#a7 {
    width: 400px;     
    height: 65px;             /*인풋(본인mbti, 하루생각) 높이 크기*/
    border:5px solid red;
    background-color: #faecec;
    color:gray;
    margin:15px;
    font-size:24px;
}

input {
    padding-left:10px;
    color:blue;
    outline:none;
}
h2 {
    color:red;
    margin:center;
}


#a5 {
    display: block;
    position: absolute;
    top : 800px;;                      /*결과 블럭 상하 위치*/
    left: 50%;
    transform: translate(-50%,-50%);  
    margin:auto;                        /*결과 블럭 위치*/
    color:black;
    text-align: center;
    font-size: 46px;
    line-height: 68px;
    background-color:pink;
    width: 460px;
    border-radius: 25px;
          
}

#retry-btn {
    display: block;
    border:0;
    border-radius: 30px;
    color: #fff;
    margin: auto;
    width: 280px;
    background-color: orange;
    font-size: 26px; 
    line-height: 2.000em;         /*처음 페이지 '다시하기' 버튼 크기*/
    text-align: center;

}    

#share-btn {
    display: block;
    border:0;
    border-radius: 30px;
    color: #fff;
    margin: auto;
    width: 280px;
    background-color: orange;
    font-size: 26px;
    line-height: 2.000em;         /*처음 페이지 '공유하기' 버튼 크기*/
    text-align: center;
}    

#end {
    display: block;
    margin: auto;
    width: 480px;
    text-align: center;
    font-size:16px;
    color: orange;             /* end, footer 설정*/
}