style.css 823 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;
}

.ment{
    font-size: 35px;
    padding: 50px 0px 50px 0px;
    margin: 0px 150px 20px 150px;
    border: 5px solid #94661c;
}

.cloth{
    width: 230px;
    height: 230px;
    margin: 20px 40px 0px 40px;
    border-radius: 100px;
    border: solid 1px black;
}