*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

background:url("cos.jpg") center/cover no-repeat fixed;

font-family:"Space Grotesk",sans-serif;

display:flex;

justify-content:center;

align-items:center;

min-height:100vh;

padding:40px;

color:white;

}

.card{

width:900px;

background:rgba(7,15,30,.70);

backdrop-filter:blur(14px);

border:1px solid rgba(126,239,255,.3);

border-radius:20px;

padding:45px;

box-shadow:
0 0 35px rgba(126,239,255,.15);

}

h1{

font-family:"Orbitron",sans-serif;

text-align:center;

color:#7EEFFF;

letter-spacing:6px;

margin-bottom:35px;

}

.top{

display:flex;

justify-content:space-around;

margin-bottom:30px;

text-align:center;

}

.top span{

color:#7EEFFF;

font-size:13px;

letter-spacing:2px;

}

.green{

color:#62ff9d;

}

hr{

border:none;

border-top:1px solid rgba(255,255,255,.15);

margin-bottom:35px;

}

.profile{

text-align:center;

margin-bottom:40px;

}

.profile img{

width:140px;

height:140px;

border-radius:50%;

object-fit:cover;

border:3px solid #7EEFFF;

box-shadow:0 0 25px rgba(126,239,255,.4);

margin-bottom:15px;

}

.profile h2{

font-family:"Orbitron",sans-serif;

color:#7EEFFF;

margin-bottom:8px;

}

.info{

display:flex;

flex-direction:column;

gap:18px;

}

.row{

display:grid;

grid-template-columns:240px 1fr;

padding:15px;

border-radius:12px;

background:rgba(255,255,255,.05);

}

.label{

color:#7EEFFF;

font-weight:bold;

letter-spacing:2px;

font-size:14px;

}

.value{

line-height:1.7;

}

.button{

display:block;

width:250px;

margin:40px auto 0;

text-align:center;

text-decoration:none;

color:white;

padding:14px;

border:1px solid #7EEFFF;

border-radius:40px;

transition:.3s;

}

.button:hover{

background:#7EEFFF;

color:#02111f;

transform:translateY(-3px);

box-shadow:0 0 20px #7EEFFF;

}

html {
        cursor: url(mec8-cursor.png), auto !important;
      }