@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

.font {
font-family: 'Nanum Gothic',
}


body {
background: skyblue; 
width: 480px;
margin: auto;
}


p {
color: sky;
Font-size: 15px;
font-weight: bold;
}

h1 {
font-weight: bold;
text-align: center;
font-size: 56px;
}
  

input {
font-size: 22px;
}


p.fnt { 
margin: auto;
width: 480px;
line-height: 200%;  
border-radius:30px;
Font-size: 20px;
background-color:white;
color: blue;
text-align: center;
}


div.heading {
font-weight:bold;
text-align:left;
font-size:16px;
color:black;
background-color:skyblue; 
}

p.seperator {
height:10px;
}

div.heading1 {
font-weight:bold;
color:white;
text-align:center;
font-size:23px;
}

button { 
color:white;
display: block;
margin: auto;
border:0;
border-radius: 30px;
padding: 0px 10px;
width: 300px;
background-color: red; 
font-size: 26px;
line-height: 200%;     
text-align: center;
}

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