@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Gothic+A1&display=swap');

*{
    font-family: "Do Hyeon", sans-serif;
    font-size: 20px;
    background-color: #fff;
    
}
body{
    overflow: hidden;
}
#header{
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top{
    display: flex;
    justify-content: center;
    font-size: 40px;
}
#input1{
    display: flex;
    justify-content: center;
    padding-top: 100px;
    
}
#main{
    padding-top: 100px;
    
}


input:focus { outline: none; }

#iname{
    font-size: 15px;
  color: #222222;
  width: 300px;
  border: none;
  border-bottom: solid #aaaaaa 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  background: none;
  
}

#result{
    
    padding-top:20px ;
    display: flex;
    justify-content: center;
}
#lol{
    background-color: #e6e6e6;
    color: #464646;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    top: 97%;
    justify-content: center;
    
}