/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url('../img/bg1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.content{
  margin-top: 140px;
}
#info{
  font-size: 30px;
  color:white;
}
#nomor{
  margin-top: 10px;
  font-size: 120px;
  color: rgb(46, 0, 0);
}
#button{
  margin-top: 80px;
}
.btn{
  width: 200px;
}
label{
  color:white;
}
#nomor {
  margin-top: 30px;
}



  .scroll-wrap {
    display: flex;
    flex-direction: column;
    animation: scrollUp 0.3s ease;
  }

  @keyframes scrollUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }

  .scroll-item {
    font-size: 1.5rem;
    font-weight: bold;
    color: #b30000;
  }

  .scroll-item.small {
    font-size: 1rem;
    font-weight: normal;
    color: #000;
  }


