@font-face {
  font-family: standardfont;
  src: url(Pepsi.ttf);
}

@font-face {
  font-family: hack;
  src: url(hack.ttf);
}

* {
  box-sizing: border-box;
  margin: 3px 3px 3px 3px;
  padding: 0px 0px 0px 0px;
  font-family: standardfont;
}

html {
  background-image: url(salback.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 500px;
  background-size: cover;
}

body {
  border: 6px solid rgba(0,0,0,1);
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  background-color: rgba(255,255,255,0.5);
  padding: 6px 6px 6px 6px;
}

.hor {
  display: flex;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
}

.ver {
  display: block;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
}

.list {
  margin: 18px 18px 18px 18px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-between;
}

a {
  text-decoration: none
}

h1 {
  text-align: center;
  font-size: 48px;
  color: rgba(0,0,0,1);
}

h2 {
  text-align: center;
  font-size: 34px;
  color: rgba(0,0,0,1);
}

h3 {
  text-align: center;
  font-size: 20px;
  color: rgba(0,0,0,1);
}

.sec {
  margin: 15px 15px 15px 15px;
  border: 6px solid rgba(0,0,0,1);
  border-radius: 20px;
  background-color: rgba(255,255,255,0.5);
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 24px;
  color: rgba(0,0,0,1);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

p {
  margin: 18px 18px 18px 18px;
  font-size: 18px;
  color: rgba(0,0,0,1);
}

pre {
  padding: 30px 30px 30px 30px;
  font-family: hack;
  font-size: 18px;
}

.tit {
  font-size: 30px;
  color: rgba(0,0,0,1);
}

.subtit {
  font-size: 30px;
  color: rgba(0,0,0,1);
  text-align: center;
}

.sub {
  font-size: 10px;
  color: rgba(0,0,0,1);
  text-align: center;
}

.gdex {
  margin: auto auto;
  width: 200px;
  display: block;
}

.mdex {
  margin: 30px auto 30px auto;
  width: 400px;
  display: block;"
}

.sec:hover {
  color: rgba(0,128,0,1);
  border: 6px solid rgba(0,128,0,1);
  box-shadow: 3px 3px 3px rgba(0,128,0,1);
  background-color: rgba(255,255,255,0.5);
}

.maxi {
  margin: auto auto;
  max-width: 200px;
  max-height: 200px;
  display: block;
}

.mini {
  margin: 3px auto 3px auto;
  max-width: 100px;
  max-height: 100px;
  display: block;
}

@media screen and (max-width: 800px) {
  * {
    box-sizing: border-box;
    margin: 2px 2px 2px 2px;
    padding: 0px 0px 0px 0px;
    font-family: standardfont;
  }
  
  html {
    background-image: url(salback.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 500px;
    background-size: cover;
  }
  
  body {
    border: 3px solid rgba(0,0,0,1);
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.5);
    padding: 3px 3px 3px 3px;
  }
  
  .hor {
    display: flex;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
  }
  
  .ver {
    display: block;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
  }
  
  .list {
    margin: 9px 9px 9px 9px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    justify-content: space-between;
  }
  
  a {
    text-decoration: none
  }
  
  h1 {
    text-align: center;
    font-size: 24px;
    color: rgba(0,0,0,1);
  }
  
  h2 {
    text-align: center;
    font-size: 17px;
    color: rgba(0,0,0,1);
  }
  
  h3 {
    text-align: center;
    font-size: 10px;
    color: rgba(0,0,0,1);
  }
  
  .sec {
    margin: 8px 8px 8px 8px;
    border: 3px solid rgba(0,0,0,1);
    border-radius: 20px;
    background-color: rgba(255,255,255,0.5);
    padding: 3px 3px 3px 3px;
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  }
  
  p {
    margin: 9px 9px 9px 9px;
    font-size: 9px;
    color: rgba(0,0,0,1);
  }
  
  pre {
    padding: 15px 15px 15px 15px;
    font-family: hack;
    font-size: 9px;
  }
  
  .tit {
    font-size: 15px;
    color: rgba(0,0,0,1);
  }
  
  .subtit {
    font-size: 15px;
    color: rgba(0,0,0,1);
    text-align: center;
  }
  
  .sub {
    font-size: 5px;
    color: rgba(0,0,0,1);
    text-align: center;
  }
  
  .gdex {
    margin: auto auto;
    width: 67px;
    display: block;
  }
  
  .mdex {
    margin: 15px auto 15px auto;
    width: 133px;
    display: block;"
  }
  
  .sec:hover {
    color: rgba(0,128,0,1);
    border: 3px solid rgba(0,128,0,1);
    box-shadow: 2px 2px 2px rgba(0,128,0,1);
    background-color: rgba(255,255,255,0.5);
  }
  
  .maxi {
    margin: auto auto;
    max-width: 200px;
    max-height: 200px;
    display: block;
  }
  
  .mini {
    margin: 2px auto 2px auto;
    max-width: 100px;
    max-height: 100px;
    display: block;
  }
}