.container {
    position: relative;
    text-align: center;
    color: white;
  }



body
    {
    width: 100%;
    height: 100%;
    background-image:url('../img/bg-image.jpg');
    background-size: cover;
    background-attachment:fixed;


    }


.infobox{

    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  padding: 10px;
  background-color:rgba(255, 255, 255, 0.3);

  border-radius: 15px;
  -webkit-box-shadow:  0px 0px 10px 0px #f5f5f5;
  box-shadow:  0px 0px 10px 0px #f5f5f5;
  text-align: center !important;
  width: 400px;
  height: 160px;
}

.infobox2{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:'Didact Gothic', sans-serif !important;
  
    color: #ffffff;
  

 
    text-align: center;


  }

  .infobox-title{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:'Didact Gothic', sans-serif !important;
    min-width: 100%;
    color: #ffffff;
   
    text-align: center;


  }
  
  @media only screen and (max-width: 600px) {
    .infobox{

        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
      padding: 10px;
      background-color:rgba(255, 255, 255, 0.3);
      border: 1px solid #f5f5f5;
      border-radius: 15px;
      -webkit-box-shadow:  0px 0px 10px 0px #f5f5f5;
      box-shadow:  0px 0px 10px 0px #f5f5f5;
      text-align: center !important;
    }
  }

  @media (min-width: 600px) and (max-width: 1200px) {

    .infobox-title{
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family:'Didact Gothic', sans-serif !important;
      min-width: 100%;
      transform: translate(-50%, -50%);
      font-family:'Didact Gothic', sans-serif !important;
    
      color: #ffffff;
     
      text-align: center;
  
  
    }

    
  }


  @media only screen and (max-width: 600px) {
    .infobox2{
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family:'Didact Gothic', sans-serif !important;
    
      color: #ffffff;
    
  
   
      text-align: center;
   

      }


      .infobox-title{
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family:'Didact Gothic', sans-serif !important;
      min-width: 100%;
        transform: translate(-50%, -50%);
    font-family:'Didact Gothic', sans-serif !important;
  
    color: #ffffff;
   
    text-align: center;
    
      }
  }

  .size2{
    font-size:60px ;
    text-transform: uppercase;
 
    
    
      }

  @media only screen and (max-width: 600px) {
    .size1{
    width: 80%;
    
    
      }
  }
  .size1{
    width: 100%;
    
    
      }
  @media only screen and (max-width: 600px) {
    .size2{
    font-size:15px ;
    
    
      }
 
  }
  .container-blink {

    margin: 0 auto;

  }
  h3 {

    text-align: center;

  }
  .text-red {
    color: red;
  }
  .blink-hard {
    animation: blinker 1s step-end infinite;
  }
  .blink-soft {
    animation: blinker 1.5s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  





  :root {
    --clr-neon: #FF5154;
    --clr-bg: #ffffff;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
 
  .neon-button {
    font-size: 2rem;
    color: var(--clr-neon);
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: var(--clr-neon) .125em solid;
    padding: .25em 1em;
    border-radius: 0.25em;
    text-shadow: 
      0 0 0.125em hsl(0 0% 100% / 0.3),
      0 0 0.45em currentColor;
    box-shadow:
      inset 0 0 0.5em 0 var(--clr-neon),
      0 0 0.5em 0 var(--clr-neon);
    position: relative;
  /*   transition: background-color 100ms linear; */
  margin: 20px;
  }
  
  .neon-button::before {
    pointer-events: none;
    content: '';
    position: absolute;
    background: var(--clr-neon);
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;
    
    transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
    filter: blur(1em);
    opacity: 0.7;
  }
  
  .neon-button:hover, .neon-button:focus {
  /*   background: var(--clr-neon); */
    color: var(--clr-bg);
    text-shadow: none;
  }
  
  .neon-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 2em 0.5em var(--clr-neon);
    background-color: var(--clr-neon);
    z-index: -1;
    opacity: 0;
    transition: opacity 100ms linear;
  }
  
  .neon-button:hover::before, .neon-button:focus::before {
    opacity: 1;
  }
  .neon-button:hover::after, .neon-button:focus::after {
    opacity: 1;
  }



  @media only screen and (max-width: 600px) {
    .btn {
      appearance: none;
        -webkit-appearance: none;
      font-family: sans-serif;
      cursor: pointer;
      padding: 22px 40px 22px 40px;
      min-width: 100px;
      border: 0px;
        -webkit-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
         transition: background-color 100ms linear;
         font-size: 15px !important;
         text-decoration: none !important;
    }

  }






  .btn {
    appearance: none;
      -webkit-appearance: none;
    font-family: sans-serif;
    cursor: pointer;
    padding: 22px 40px 22px 40px;
    min-width: 100px;
    border: 0px;
      -webkit-transition: background-color 100ms linear;
      -ms-transition: background-color 100ms linear;
       transition: background-color 100ms linear;
       font-size: 30px;
       text-decoration: none !important;
  }
  
  .btn:focus, .btn.focus {
    outline: 0;
  }
  
  .btn-round-1 {
    border-radius: 8px;
  }
  
  .btn-round-2 {
    border-radius: 15px;
  }
  
  .btn-dark {
    background: #000;
    color: #ffffff;
  }
  
  .btn-dark:hover {
    background: #212121;
    color: #ffffff;
  }
  
  .btn-light {
    background: #ededed;
    color: #000;
  }
  
  .btn-light:hover {
    background: #dbdbdb;
    color: #000;
  }
  
  .btn-primary {
    background: #3498db;
    color: #ffffff;
  }
  
  .btn-primary:hover {
    background: #2980b9;
    color: #ffffff;
  }
  
  .btn-success {
    background: #2ecc71;
    color: #ffffff;
  }
  
  .btn-success:hover {
    background: #27ae60;
    color: #ffffff;
  }
  
  .btn-warning {
    background: #f1c40f;
    color: #ffffff;
  }
  
  .btn-warning:hover {
    background: #f39c12;
    color: #ffffff;
  }
  
  .btn-danger {      
    background: rgba(207,38,43, 0.7);
    color: #ffffff;
  }
  
  .btn-danger:hover {
    background: #c0392b;
    color: #ffffff;
  }