*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

@font-face {
font-family: 'go3v2';
src: url('go3v2.ttf') format('truetype');
}

body {
font-family: 'go3v2', sans-serif;
font-size: 32px;
background-color: #0f0f0f;
color: #ffffff;
user-select: none;
}


.image {
margin-top: 20px;
width: 250px;
height: 250px;
}


.title {
font-size: 30px;
user-select: text;
}

.feedbacks {
cursor: pointer;
border-style: none;
font-size: 22px;
color: #ffffff;
background-color: rgba(255, 255, 0, 0);
filter: drop-shadow(0 0 0.2rem rgb(255, 255, 255));
padding: 5px;
padding-left: 10px;
padding-right: 10px;
transition: 300ms ease;
}

.feedbacks:hover {
color: white;
filter: drop-shadow(0 0 0.5rem rgb(255, 119, 119));
}

.popup {
z-index: 10;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(4px);
}

.popup img {
max-width: 90%;
max-height: 90%;
border: 2px solid white;
border-radius: 5px;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.changelogs_main {
height: 50px;
width: 100%;
transform: scale(0.6);
/* background: red; */
}

.changelogs {
cursor: pointer;
border-style: none;
border: 2px solid rgb(255, 255, 255);
background-color: transparent;
transition: 200ms ease;
padding: 0 20px 0 20px;
}

.gridcenter {
margin-top: 10px;
/* background: red; */
}

.grid {
/* background: blue; */
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
column-gap: 50px;
/* row-gap: 25px; */
}


.fixhfw, .store, .fixcfw {
width: 250px;
cursor: pointer;
border-style: none;
border: 2px solid rgb(255, 255, 255);
background-color: transparent;
transition: 200ms ease;
}

.fixcfw, .fixhfw {
  margin-top: 20px;
  padding: 13px;
  line-height: 20px;
}

.FlexCenter2 a{
padding-bottom: 20px;
padding-top: 20px;
}

.FlexCenter a{
  padding-bottom: 20px;
  padding-top: 20px;
}

.changelogs, .store, .fixcfw, .fixhfw, .pkg_dev_blind{
  transform: scale(0.9);
  color: #ffffff;
}

.changelogs:hover, .store:hover, .fixcfw:hover, .fixhfw:hover, .pkg_dev_blind:hover{
color: #000000;
scale: 1.1;
background-color: rgb(255, 255, 255);
}

.small {
  font-size: 15px;
  }

.store {
padding: 13px;
}

.fixhfw {
padding: 13px;
}

.pkg_dev_blind {
  margin-top: 20px;
  width: max-content;
  cursor: pointer;
  border-style: none;
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
  transition: 200ms ease;
  font-size: 1.2rem;
  padding: 5px 10px 5px 10px;
}

.version {
position: relative;
font-size: 24px;
margin-top: 15px;
user-select: text;
}

@media screen and (max-width: 850px) {

.title {
  font-size: 24px;
}
.grid {
  grid-template-columns: repeat(2, 1fr);
}
.popup img {
  max-height: 440px;
}
.feedbacks {
  font-size: 24px;
}
.image {
  width: 200px;
  height: 200px;
}
}

@media screen and (max-width: 550px) {

.image {
  width: 230px;
  height: 230px;
}
.grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.popup {
  flex-direction: column;
}
.popup img {
  max-height: 410px;
}
.version {
  font-size: 18px;
}
}

@media screen and (max-width: 388px) {

.pordi {
    font-size: 32px;
}
.pmobile {
  font-size: 32px;
}
.image {
  width: 230px;
  height: 230px;
}
.version {
    font-size: 18px;
}
}

@media screen and (max-width: 387px) {

.image {
  width: 280px;
  height: 280px;
}
.version {
    font-size: 20px;
}
}

@media screen and (max-width: 291px) {
.image {
  width: 200px;
  height: 200px;
  margin-top: 80px;
}
}