body{
background-color:#333333;
color:#ffffff;
font-family:"DynaPuff",system-ui;
margin:0;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
background:#04000e
}
h2{
display:flex;
align-items:center;
margin:0
}
.windowbuttons{
display:flex;
gap:4px
}
.cardcontainer{
max-width:fit-content
}
.card{
border:2px solid #ffffff;
padding:10px;
border-radius:12px;
background-color:#1e1e1e
}
.titlebar{
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:10px
}
.windowdecor{
background-color:transparent;
border:none;
font-size:18px;
cursor:pointer;
padding:0
}
.cardbody{
position:relative;
width:100%;
width:600px;
overflow:visible
}
.banner-wrapper{
position:relative;
width:100%
}
.banner{
width:100%;
height:200px;
object-fit:cover;
border-radius:25px
}
.pfp{
position:absolute;
bottom:-48px;
left:32px;
height:150px;
aspect-ratio:1/1;
border-radius:50%;
border:3px solid #121212;
background-color:#121212;
transition:transform 0.2s ease
}
.pfp:hover{
transform:scale(1.02)
}
#discordstatus{
position:absolute;
bottom:-36px;
left:146px;
font-size:25px;
background-color:#121212;
border-radius:50%;
padding:3px;
transition:color 0.25s ease
}
.hrwide{
height:15px;
border:none
}
#popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#000000b3;
display:flex;
justify-content:center;
align-items:center;
z-index:9999
}
#popup{
background:#181818;
padding:30px;
border-radius:10px;
max-width:500px;
text-align:center
}
#popup h2{
text-align:center;
margin-top:0;
color:#ff8d8d
}
#popup p{
margin:15px 0
}
#popup a{
color:#8181ff;
text-decoration:underline
}
#popup button{
margin-top:20px;
padding:10px 20px;
font-size:16px;
cursor:pointer;
background-color:#78ff78;
border:none;
border-radius:10px;
font-family:"DynaPuff",system-ui;
color:#ffffff
}
a{
color:#877fff
}
.buttons{
display:flex;
width:100%
}
.buttons button{
background-color:#ffffff;
color:#333333;
border:none;
border-radius:10px;
padding:5px 10px;
font-weight:bold;
font-family:"DynaPuff",system-ui;
flex:1;
cursor:pointer;
margin:5px
}
.info{
padding:10px;
border:2px solid #ffffff;
border-radius:10px;
padding-bottom:0px;
padding-top:0px
}
html,body{
width:100%;
height:100%;
margin:0;
padding:0;
overflow:hidden
}
#rain{
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
#blehh p{
opacity:0;
max-height:0;
overflow:hidden;
transition:opacity 0.5s ease,max-height 0.5s ease;
margin:0;
}
#blehh p.show{
opacity:1;
max-height:200px;
margin:5px 0;
}
#reset-popup{
position:fixed;
bottom:20px;
left:20px;
width:45px;
height:45px;
background-color:#ffffff;
color:#333333;
border:none;
border-radius:50%;
padding:10px;
font-size:20px;
cursor:pointer;
z-index:10000;
display:flex;
align-items:center;
justify-content:center;
}
#music-play{
position:fixed;
bottom:20px;
left:70px;
width:45px;
height:45px;
background-color:#ffffff;
color:#333333;
border:none;
border-radius:50%;
padding:10px;
font-size:20px;
cursor:pointer;
z-index:10000;
display:flex;
align-items:center;
justify-content:center;
}