body{
    background: lightblue;
    overflow: hidden;
}
.encasing{
    height: 98vh;
    margin: 10px;
    padding: 0px;
    background: rgb(58,58,58);
background: linear-gradient(90deg, rgba(58,58,58,1) 45%, rgba(16,124,16,1) 100%);
border-radius: 10px;
border: 2px white solid;
}
.container-fluid{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.row{
    width: 100%;
}
.head {
    background: rgb(16,124,16);
background: linear-gradient(90deg, rgba(16,124,16,1) 0%, rgba(58,58,58,1) 55%);
border: 5px black ridge;
}
h1 {
    font-family: "Press Start 2P", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
}

.trid {
	width: 0;
	height: 0;
	border-left: 225px solid transparent;
	border-right: 225px solid transparent;
	border-top: 225px solid #dbf595;
    padding: 0px;
    position: relative;
    top: -3%;
    z-index: 1;
    right: -12%;
    cursor: pointer;
}
.trid:hover{
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.triu {
	width: 0;
	height: 0;
	border-left: 225px solid transparent;
	border-right: 225px solid transparent;
	border-bottom: 225px solid #88e78d;
    padding: 0px;
    position: relative;
    right: 12%;
    bottom: -102%;
    z-index: 1;
    cursor: pointer;
}
.triu:hover{
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.tril {
	width: 0;
	height: 0;
	border-top: 225px solid transparent;
	border-right: 225px solid #e78484;
	border-bottom: 225px solid transparent;
    position: absolute;
    left: 50%;
    z-index: 1;
    cursor: pointer;
}
.tril:hover{
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.trir {
	width: 0;
	height: 0;
	border-top: 225px solid transparent;
	border-left: 225px solid #88dcf1;
	border-bottom: 225px solid transparent;
    position: absolute;
    right: 50%;
    z-index: 1;
    cursor: pointer;
}
.trir:hover{
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.triangle{
    justify-content: center;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-1-13 11:55:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.selector{
    margin: 10px;
    bottom: 11%;
    width: 100%;
    height: 10%;
   position: absolute;
   justify-content: center;
   
}
.select{
width: 11%;
height: 40%;
border: #ffffff solid;
-webkit-animation: color-change-2x 2s linear infinite alternate both;
	        animation: color-change-2x 2s linear infinite alternate both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-1-8 12:3:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
 @-webkit-keyframes color-change-2x {
    0% {
        background: #19b12e;
      }
      100% {
        background: #2b2929;
      }
  }
  @keyframes color-change-2x {
    0% {
      background: #19b12e;
    }
    100% {
      background: #2b2929;
    }
  }
  option{
    color: #ffffff;
    text-align: center;
  }
  .btn{
    border: #000000 solid 1px;
    margin: 10px;
    font-family: "Press Start 2P", serif;
  }
  .btn:hover{
    color: #ffffff;
    border: white solid 1px;
  }
  .btn-dark{
    background-color: black;
    border: #ffffff solid 1px;
  }
  .btn-dark:hover{
    background-color: rgb(126, 126, 126);
    border: #000000 solid 1px;
  }
  .btn-carbon{
    background-color: rgb(75, 75, 75);
 
  }
  .btn-carbon:hover{
    background-color: rgb(12, 10, 0);
  }
  .btn-green{
    background-color: rgb(82, 235, 120);
  }
  .btn-green:hover{
    background-color: rgb(9, 107, 0);
  }
  .btn-shock{
    background-color: rgb(105, 154, 245);
  }
  .btn-shock:hover{
    background-color: rgb(1, 37, 138);
  }
  .btn-pulse{
    background-color: rgb(247, 106, 106);
  }
  .btn-pulse:hover{
    background-color: rgb(228, 3, 3);
  }
  .btn-nocturnal{
    background-color: rgb(92, 90, 90);
  }
  .btn-nocturnal:hover{
    background-color: rgb(75, 95, 67);
  }
  .btn-lunar{
    background-color: silver;
  }
  .btn-lunar:hover{
    background-color: rgb(175, 164, 102);
  }
  .btn-volt{
    background-color: rgb(210, 255, 8);
   
  }
  .btn-volt:hover{
    background-color: rgb(253, 255, 131);
    color: #000000;
    border: black solid 1px;
  }
  .btn-cloud{
    background-color: rgb(227, 111, 250);
  }
  .btn-cloud:hover{
    background-color: rgb(255, 178, 249);
  }
  .btn-pink{
    background-color: pink;
  }.btn-pink:hover{
    background-color: rgb(255, 73, 240);
  }

  .modal {
    display: none; 
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
    padding-top: 5%;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    width: 90%; 
    max-width: 100%; 
    max-height: 90vh; 
    overflow: auto; 
}

.modal-content img {
    display: block; 
    max-width: 100%; 
    height: auto; 
    margin: 0 auto; 
}



.col-lg-4{
  font-size: 30px;
}

.instructions{
  display: block;
  position: fixed; 
  z-index: 10; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100vh; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.instruction-content{
  background-color: #d84e4e;
  z-index: 10;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  height: 80%;
}
.instruction-content2{
  background-color: #f5c2c2;
  z-index: 10;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.close{
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
ul{
  font-size: 25px;
}
h3{
  font-family: "Comic Neue", serif;
}