html {
  font-size: 14px;
}
.vasco{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: 190px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.rotate {
  animation: rotation 8s infinite linear;
  margin-top: 4em;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.try span{
  font-size: 3em;
}

.try span:nth-of-type(even){
  color:#006600;
}
.try span:nth-of-type(odd){
  color:#FF0000;

}




.text-center .danne{
  max-width: 160px;
  margin-left: -31px;
  left: 20%;
  z-index: -7;
}
.text-center .tim{
  max-width: 80px;
  left: 52%;
  z-index: -2;
}

















@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.text-center{
  text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
    color: white;
  font-weight: 700!important;
}
h1{
  font-size: 3rem!important;
  font-weight: 700!important;
}

.text-center p{
  font-size: 2rem;
}

.text-center img{
  max-width: 90%;
  border-radius: 47%;
}

