body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/*navbar1*/
@import "https://fonts.googleapis.com/css?family=Raleway";

div.container {
  font-family: Raleway;
  margin: 0 auto;
  padding: 2em 2em;
  text-align: center;
}

div.container a {
  color: #fff;
  text-decoration: none;
  font: 20px Raleway;
  margin: 0px 10px;
  padding: 9px 2px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.blue {
  background: #100c08;
}
img:hover{
  transform: scale(1.2);
  transition: 0.5s all ease-in-out;

}
/* ----------------------NEW CHANGES--------------- */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC&display=swap');

.heck{
  padding-left: 40%;
  padding-top: 0px;
  margin-top:0px;
} 
.heck .link{
  font-family: 'Encode Sans SC', sans-serif;
  text-align: right;
  text-transform: uppercase;
padding-top: 0px;
}
.heck .link:hover{
  font-weight: bold;
  transform: scale(1.2);
  transition: 0.5s all ease-in-out;
  font-size:23px;
}

.heck .link:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.heck .link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* -------------------NEW CHANGES END------------------- */


/*navbar1*/
@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');
.name {
  font-size: 30px;
  color: #fff;
  margin-bottom: 13%;
  padding-left: 2%;
  padding-top: 1.5%;
  font-family: 'Bubblegum Sans', cursive;
  float: left;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.name:hover{
  transform: scale(1.4);
  padding-left: 2%;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00008b, 0 0 40px #4682b4, 0 0 50px #002ae6, 0 0 60px #6b3dbeb7, 0 0 70px #0036e6e0;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #0000ff, 0 0 40px #4d8bff, 0 0 50px #4dd5ff, 0 0 60px #1f1269, 0 0 70px #5f4dff, 0 0 80px #4846db;
  }
}
/*logo */
.navbar-brand
{
  padding: 0px; 
}

.navbar-brand img{
  background:rgb(248, 242, 242); 
 border-radius: 60%; /* the magic */
    padding: 9px 10px;
  position:relative;
    float: left;
    height: 50px;
   margin: 10px 5px 0px 100px;
}
    
    
    
  

/*2n endl logo*/

#array_container {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: 5% auto;
  border: 2px solid black;
  padding: 5%;
  height: 100px;
}

#array_container2 {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: left;
  margin: 1% auto;
  padding: 1%;
}

#array_container3 {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: left;
  margin: 1% auto;
  padding: 1%;
}

button {
  text-align: center;
  margin: 20px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 13px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.custom-btn {
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.b1 {
  background: rgb(64, 185, 175);
  background: linear-gradient(
    0deg,
    rgb(20, 230, 230) 0%,
    rgb(23, 206, 238) 100%
  );
  border: none;
}
.b1:hover {
  background: rgb(39, 226, 179);
  background: linear-gradient(
    0deg,
    rgb(49, 24, 213) 0%,
    rgb(251, 2, 14) 100%
  );
}

label {
  margin: 10px;
}

select {
  margin: 10px;
  border-radius: 5px;
  border: 1px solid;
  background-color: #f2f2f2;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.current {
  background-color: #4caf50;
  color: white;
}