

#myInput {
  background-image: url('../css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 80%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
body{
  background: linear-gradient(to right, #6e316b,  #000000 );
    position:center;
}
body h1 {
  color:#49e819;
}
body h2{
  color:#49e819; 
}
table{
  color: #49e819;
  width:100%;
}
#show{
  border-collapse: separate;
  border-spacing: 20px;
  border: 1px solid #49e819;
  border-collapse: separate;
  border-spacing: 20px;
  width:100%;
  font-size:100%;
  text-align: center;
}
#show1{
  border-collapse: separate;
  border-spacing: 20px;
  border: 1px solid#49e819;
  border-spacing: 20px;
  width:100%;
}
tr{
  display:none;
}
th {
  font-size: 13px;
  font-weight: normal;
  border-right: 1px solid #49e819;
  border-left: 1px solid #49e819;
  padding: 8px;
}
td {
  font-size:20px;
  border-right: 1px solid #49e819;
  border-left: 1px solid #49e819;
  padding: 8px;
  width:100px;
}
p{
  font-size:30px;
  color: #49e819;
}
a{
  text-decoration: none;
    color: #dc9b3d;
  }
  #navbar{
  overflow: hidden;
  top:10;
  width:100%;
  border-bottom-color:grey; 
border-bottom-style:solid;
border-bottom-width:2px;
  }
  #navbar a{
    text-decoration: none;
    color: azure;
  }
  #navbar li{
      position:block;
      float:left;
      display:block;
      text-align:center;
      padding:14px 16px;
      font-size:17px;
      color:white;
  }
  .pictures img{
    width:200px;
    height:200px;
  }
  #sub_picture{
width:20px;
height:20px;
  }
  #medal_pictures{
    width:15%;
    height:15%;
  }
.pictures-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 1%;
}
.glowing-button {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color: #49e819;
  box-shadow: 0 0 20px 0 #49e819;
  border: 2px solid #49e819;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}

.glowing-button::before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: #49e819;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #49e819;
  transition: .4s;
  box-shadow: 0 0 20px 0 #49e819;
  z-index: -1;
}

.glowing-button::after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: #49e819;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #49e819;
  transition: .4s;
  box-shadow: 0 0 20px 0 #49e819;
  z-index: -1;
}

.glowing-button:hover {
  color: #49e819;
}

.glowing-button:hover::before {
  width: 30px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg);
  background-color: #000;
}

.glowing-button:hover::after {
  width: 30px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(-30deg);
  background-color: #000;
}

.glowing2-button {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color: 000;
  box-shadow: 0 0 20px 0 #000;
  border: 2px solid #000;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}
.glowing2-button:hover {
  color: #000;
}
#showboat {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color:  #fefe22;
  box-shadow: 0 0 20px 0  #fefe22;
  border: 2px solid  #fefe22;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}
#showboat:before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color:  #fefe22;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid  #fefe22;
  transition: .4s;
  box-shadow: 0 0 20px 0  #fefe22;
  z-index: -1;
}

#showboat:after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color:  #fefe22;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid  #fefe22;
  transition: .4s;
  box-shadow: 0 0 20px 0  #fefe22;
  z-index: -1;
}

#showboat:hover {
  color:  #fefe22;
}

#showboat:hover::before {
  width: 30px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg);
  background-color: #000;
}

#showboat:hover::after {
  width: 30px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(-30deg);
  background-color: #000;
}
#acro {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color: 	#3ef8f5;
  box-shadow: 0 0 20px 0 	#3ef8f5;
  border: 2px solid 	#3ef8f5;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}
#acro:before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: 	#3ef8f5;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid 	#3ef8f5;
  transition: .4s;
  box-shadow: 0 0 20px 0 	#3ef8f5;
  z-index: -1;
}

#acro:after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: 	#3ef8f5;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid 	#3ef8f5;
  transition: .4s;
  box-shadow: 0 0 20px 0 	#3ef8f5;
  z-index: -1;
}

#acro:hover {
  color: 	#3ef8f5;
}

#acro:hover::before {
  width: 30px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg);
  background-color: #000;
}

#acro:hover::after {
  width: 30px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(-30deg);
  background-color: #000;
}
#ph {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color: #f80000;
  box-shadow: 0 0 20px 0 #f80000;
  border: 2px solid #f80000;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}
#ph:before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: #f80000;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #f80000;
  transition: .4s;
  box-shadow: 0 0 20px 0 #f80000;
  z-index: -1;
}

#ph:after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: #f80000;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #f80000;
  transition: .4s;
  box-shadow: 0 0 20px 0 #f80000;
  z-index: -1;
}

#ph:hover {
  color: #f80000;
}

#ph:hover::before {
  width: 30px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg);
  background-color: #000;
}

#ph:hover::after {
  width: 30px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(-30deg);
  background-color: #000;
}
#trick {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color: #fe019a;
  box-shadow: 0 0 20px 0 #fe019a;
  border: 2px solid #fe019a;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}
#trick:before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: #fe019a;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #fe019a;
  transition: .4s;
  box-shadow: 0 0 20px 0 #fe019a;
  z-index: -1;
}

#trick:after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: #fe019a;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #fe019a;
  transition: .4s;
  box-shadow: 0 0 20px 0 #fe019a;
  z-index: -1;
}

#trick:hover {
  color: #fe019a;
}

#trick:hover::before {
  width: 30px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg);
  background-color: #000;
}

#trick:hover::after {
  width: 30px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(-30deg);
  background-color: #000;
}
#striker {
  white-space: nowrap;
  margin: 10px;
  position: relative;
  background-color: grey;
  box-shadow: 0 0 20px 0 grey;
  border: 2px solid grey;
  padding: 20px 80px;
  background-color: #000;
  transition: .4s;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 0;
  transform-style: preserve-3d
}
#striker:before {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: grey;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid grey;
  transition: .4s;
  box-shadow: 0 0 20px 0 grey;
  z-index: -1;
}

#striker:after {
  content: '';
  width: 100%;
  height: calc(50% + 1px);
  background-color: grey;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid grey;
  transition: .4s;
  box-shadow: 0 0 20px 0 grey;
  z-index: -1;
}

#striker:hover {
  color: grey;
}

#striker:hover::before {
  width: 30px;
  height: 10px;
  top: -5px;
  left: -5px;
  transform: skewX(30deg);
  background-color: #000;
}

#striker:hover::after {
  width: 30px;
  height: 10px;
  bottom: -5px;
  right: -5px;
  transform: skewX(-30deg);
  background-color: #000;
}
