
h8{
color: #532B88;
font-size: large;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  animation: marquee 20s linear infinite;
}

/* On hover pause the animation */
.animate-marquee:hover {
  animation-play-state: paused;
}


.centered {
    position: absolute;
    font-size: 20px;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .img-fluid{
    min-width: 600px;
  }
  .flexbox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* fraction*/
  }
 
  .centered-btn {
    position: absolute;
    font-size: 20px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .btn-secondary{margin-top:5px;border-width:3px;background-color:#65606b; border-color:#532B88}
  .btn-secondary:hover{
    background-color: #C8B1E4;
    border-color: #532B88;
    border-style: solid;
    border-width:3px;
    color:white;
  }
.container-lg{
  border: 4px solid black;
  text-align: center;
}
  .card{
border-radius: 15px;
border-color: #532B88;
margin-bottom:20px;
text-align: center;
  }
  .col{
    border: none;
    border-radius: 15px;
  }
  .container-bottom{
    height:65px;
  }
  .start-50{
    border-radius: 15px;
    background-color: white;
    min-width: 450px;
  }
  .min-width{
min-width:750px;
  }

  /* .container-reg{
    border:4px solid #532B88;
    border-radius: 15px;
    margin-top: 20px;
    width: 430px;
    padding: 10px;
    text-align: center;
    display: inline-block;
  } */
.infoStatement{
    padding: 20px;
    text-align: center;
    font-size:x-large;
    display: inline;
    margin-bottom: 30px;
}

.min-width{
  min-width: 200px;
  margin-top: 20px;
}
.min-width2{
  min-width: 550px;
  margin-top: 20px;
}
.boxFormat{
  height: 100%;
  border-radius: 15px;
  background-color: #532B88;
  min-width: 100px;
}
.footer{
  background-color: #C8B1E4;
  height: 50px;
}
.footer a{
  text-decoration: none;
  color: black;
}

.archived{
  border-color: #532B88;
    border-style: solid;
    background-color: rgb(213, 209, 209);
    border-radius: 15px;
    width:200px;
    position: relative;
    min-height:200px;
}
.archiveBtn{
  background-color: #c09deb;
    border-color: #532B88;
    border-style: solid;
    border-width:3px;
    border-radius: 10px;;
    color:white;
    height: 45px;
}
.archiveBtn:hover{
  background-color: #C8B1E4;
    border-color: #532B88;
    border-style: solid;
    border-width:3px;
    border-radius: 10px;;
    color:white;
    height: 45px;
}
