html{
  height:100%;
}
body{
  width:100%;
  background: #000136;
  background: 
  radial-gradient(
    at center, #08197e, #020229
  ); 
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.header{
  text-transform: uppercase;
  font-size: 25px;
  text-shadow: 0 4px 5px rgba(60,72,96,.5);
  color: #f0edf2;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 
    rgb(255, 255, 255) 0px 0px 175px,
    rgb(255, 255, 255) 0px 0px 10px,
    rgb(255, 255, 255) 0px 0px 1px, 
    rgb(0, 51, 128) 0px 0px 100px,
    rgb(0, 51, 128) 0px 0px 250px;
  text-align: center;
}

.header > img{
  height: 100px;
  width: 100px;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 1));
}

.content{
  text-align: center;
}

.left-table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}

.card{
  border: rgba(255, 255, 255, 0.8) 2px solid;
  width: 300px;
  height: 120px;
  align-items: center;
  background-color:rgba(255, 255, 255, 0.7);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
  cursor: pointer;
  margin-left: 10px;
  text-shadow: 
  rgb(0, 0, 0) 0px 0px 175px,
  rgb(0, 0, 0) 0px 0px 10px,
  rgb(0, 0, 0) 0px 0px 1px, 
  rgb(255, 255, 255) 0px 0px 100px,
  rgb(255, 255, 255) 0px 0px 250px;
  color: rgb(255, 255, 255);
}

.card:hover, .screenshot:hover{
  box-shadow: rgba(255, 255, 255, 0.4) 0px 30px 90px;
  border: rgba(255, 255, 255, 0.5) 2px solid;
}

a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.card-logo > img{
  padding-top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.add{
  font-size: 24px;
  font-weight: bolder;
  padding-bottom: 5px;
}

.gallery{
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  flex-wrap: wrap;
}

.screenshot{
  border: rgba(255, 255, 255, 0.8) 2px solid;
  width: 400px;
  height: 250px;
  background-color:rgba(255, 255, 255, 0.2);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
  cursor: pointer;
  text-shadow: 
  rgb(0, 0, 0) 0px 0px 175px,
  rgb(0, 0, 0) 0px 0px 10px,
  rgb(0, 0, 0) 0px 0px 1px, 
  rgb(255, 255, 255) 0px 0px 100px,
  rgb(255, 255, 255) 0px 0px 250px;
  color: rgb(255, 255, 255);
  margin: 10px;
  transition: 0.3s;
  border-radius: 5px;
}

.screenshot > img{
  max-width: 400px;
  max-height: 250px;
}

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

.modal-content {
  margin: auto;
  display: block;
  opacity: 1 !important;
  max-width: 1200px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 14px 58px 0px;
  border: rgba(0, 0, 0, 1) 2px solid;
}

.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px;
}

.modal-content, .modal-caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

footer{
  padding: 1em;
}

.tabs{
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
}

.tablink{
  width: 100%;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: #fff 1px solid;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 
  rgb(255, 255, 255) 0px 0px 175px,
  rgb(255, 255, 255) 0px 0px 10px,
  rgb(255, 255, 255) 0px 0px 1px, 
  rgb(0, 0, 0) 0px 0px 100px,
  rgb(0, 0, 0) 0px 0px 250px;
  color: rgb(255, 255, 255);
  height: 1em;
}

.active{
  background-color: rgba(255, 255, 255, 0.6) !important;
  text-shadow: 
  rgb(0, 0, 0) 0px 0px 175px,
  rgb(0, 0, 0) 0px 0px 10px,
  rgb(0, 0, 0) 0px 0px 1px, 
  rgb(255, 255, 255) 0px 0px 100px,
  rgb(255, 255, 255) 0px 0px 250px !important;
}

.tablink:hover{
  box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
}

.tab-content{
	-webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoom {
  from {-webkit-atransform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
