

body{
    background-image: linear-gradient( #505050, black);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
.middleDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5%;
}

.gamesDiv{
    background-color: #ffffff20;
    border-radius: 1vw;
    width: 90%;
    max-width: 800px;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vh;
    
}

.game{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1%;
    border-bottom: 1px solid white;
    margin-bottom: 1vh;
    
}

.gameTitle{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 5px;
    gap: 1vh;
}

.imageDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageDiv img{
    width: 10vh;
}

.nameDiv{
    font-size: 1em;
    text-align: end;
    color:white;
}
.desc{
    text-align: right;
    color: white;
    font-size: 1.5vh;
    width: 100%;
    padding-top: 4vh;
    padding-bottom: 1vh;
}
.install{
    text-decoration: none;
    /* background-color: #ffffff40; */
    border: 0.2vh solid greenyellow;
    border-radius: 1vh;
    width: 100%;
    font-size: 2vh;
    text-align: center;
    color: greenyellow;
    padding-bottom: 1%;
    padding-top: 1%;
}
.install:hover{
    border-color: transparent;
    background-color: greenyellow;
    color: black;
}
.install:active{
    background-color: white;
}

.myket{
    text-decoration: none;
    /* background-color: #ffffff40; */
    border: 0.2vh solid cyan;
    border-radius: 1vh;
    width: 100%;
    font-size: 2vh;
    text-align: center;
    color: cyan;
    padding-bottom: 1%;
    padding-top: 1%;
    margin-top: 1%;
}
.myket:hover{
    border-color: transparent;
    background-color: cyan;
    color: black;
}
.myket:active{
    background-color: white;
}
.blurImage{
    filter: blur(50px);
    position: absolute;
    z-index: -1;
    /* right: 0;
    top: 50%; 
    /* transform: translate(calc(50% - 1rem), -50%); */
    width: 30vmin;
    height: 30vmin;
    opacity: 0.5;
}

.header{
    background-color: #888888dd;
    position: fixed;
    top: 0%;
    left: 5%;
    transform: translate(-00%, 0%);
    /* width: 30%; */
    text-align: center;
    padding: 1%;
    font-weight: bolder;
    /* border-bottom: 100px solid white; */
    border-radius: 100px;
    height: 30px;
    margin-top: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .title{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    /* color: #101010; */
    color: #00ff4e;
    font-size: 15px;
    text-align: center;
}

.footer{
    display: flex;
    justify-content: space-around;
    align-items: end;
    flex-direction: column;
    color: gray;
    height: 10vh;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 12px;
    background-color: black;
    margin-top: 5vh;
    width: 100%;
    border-top: 1px solid gray;
}
.footer-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-right: 10vw;
    gap: 2vh;
}
.linkContainer{
    display: flex;
    justify-content: end;
    align-items: center;
    
}
#email{
    font-size: 15px;
    text-decoration: none;
    border: 1px solid white;
    /* height: 100%;     */
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: right;
    color: white;
    border-radius: 1vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    text-overflow: clip;
}
#email:hover{
    background-color: #ffffff20;
}
.messanger{
    width: 30px;
    margin-left: 10px;
}
.messanger:hover{
    background-color: #ffffff20;
}
.messanger:active{
    background-color: #fffffff0;
}
#greenFlame{
    width: 30px;
}