        body{
          text-align: center;
          background: #81D5FA;
          font-family: sans-serif;
          font-weight: 100;
        }

        h1{
          color: #0097A7;
          /*font-weight: 100;*/
          /*font-size: 40px;*/
          margin: 20px 0px 20px;
        }

        span{
          text-transform: uppercase;
          color:red;
          font-weight: bold;
          font-size: 10px;
        }

        .img{
          width: 75px;
        }

        label{
          font-size:100px;
          color:#222;
        }

        .btn-utama{
          text-decoration: none;
          background-color: green;
          padding: 10px;
          color: #fff;
          border-radius: 2px;
        }

        .btn-utama:hover{
          background-color: #222;
          color: #f1f1f1;
        }

        @media (min-width:769px){
            .img{
              width: 150px;
            }
            label{
              font-size:200px;
            }
            span{
              font-size: 14px;
            }
        }
