body {
    margin: 0px;
}

body, input, button {
    font-family: Verdana,sans-serif;
    font-size: 28px;
    line-height: 1.5;
}

.flexcenter {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.t-grey {
    color: #000!important;
    background-color: #5d8d94!important;
}
  
.flexcenter > div {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
    
}

input {
      width: 200px;
      padding: 16px;
      background-color: aliceblue;
}
  
.ohm {
      background-color: aliceblue;
}

#navver {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
}
