/* Place your CSS styles in this file */

.content {
  position: relative;
  z-index: 1;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}



h1 {
  color: white;
}



.container_api h1 {
  color: white;
}

p {
  color: white;
}

#myList {
  color: black;
}

img {
  max-height: 500px;
  max-width: 50px;
  border-radius: 100px;
}

.background-trans {
    background-color: rgba(0, 0, 0, 0.628);
    border-radius: 16px;
    align-items: center; 
    }

  .market_title {
    color: white;
  }

 .market_button {
  background-color: rgba(5, 120, 208, 0.42);
  border-radius: 8px;
  color: white;
  font-size: 25px;
  border: none;
 }

 .container_api {
  justify-content: center;
  align-items: center;
  margin: 30px;
  background-color: rgb(5, 115, 183);
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(86, 11, 173, 0.5);
  animation: shine 5s infinite;
}

.container_api h1 {
  font-family: MyTitleFont, Arial, Helvetica, sans-serif;
}
 

 body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #000000;
 }

@keyframes shine {
  0% {
    box-shadow: 0 0 5px 5px rgba(86, 11, 173, 0.5);
  }
  50% {
    box-shadow: 0 0 20px 20px rgba(86, 11, 173, 0.8);
  }
  100% {
    box-shadow: 0 0 5px 5px rgba(86, 11, 173, 0.5);
  }
}

h5 {
  color: white;
  word-wrap: break-word;
}

@font-face {
  font-family: MyTitleFont;
  src: url(fonts/AlloyInk-nRLyO.ttf);
}

#site_title h1 {
  font-family: MyTitleFont, Arial, Helvetica, sans-serif;
  font-size: 5rem;
}

.lead {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}