body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    user-select: none;
    padding: 0px;
    height: 100%;
    background: #1786E1;
    color: #ffffff;
}

.main{
    min-height: 100%;
    width: 100vw;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}

footer{
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    background: #423942;
    color: #E3F6EC;
    text-align: center;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.radius-20 {
  border-radius: 20px;
}