style.css 562 Bytes
body{
    font-family: 'Noto Sans KR', sans-serif;
}

.main, .sub{
    margin-top: 200px;
    text-align: center;
}

.icon{
    width: 550px;
    height: 550px;
}

#location_input{
    width: 400px;
    font-size: 50px;
}

#location_button{
    font-size:50px;
}

.result_icon{
    font-family: 'Noto Sans KR', sans-serif;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    width: 225px;
    height: 225px;
    background-image: url("/image/circle.png");
    padding-top: 50px;
    font-size: 35px;
}

.temper{
    font-size: 55px;
}