@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
body {
    background-image: url("img/bliss.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: Tahoma, monospace, serif, sans-serif;
    overflow: hidden;
}
#startmenu {
    position:fixed;
    width: 100%;
    height: 4%;
    top: 96%;
    left: 0%;
    background: linear-gradient(to top, #0a246a, #3a6ea5);
    display: flex;
    align-items: center;
    padding-left: 5px;
}
#cornerstart {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(to bottom, #00b300, #006600); /* XP styl zielonego gradientu */
    color: white;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 0 1px 3px rgba(0,0,0,0.3);
}
#logopic {
    height: 20px;
    width: 20px;
}
#textstart {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin: 0;
    user-select: none;
}
.icons {
    height: 5em;
}
a {
    text-decoration: none;
    color: black;
}
#infected {
      width: 5%;
      height: 5%;
}
.exetext {
    font-size: 0.9em;
    text-shadow: 0.2em 0.2em 0.2em black;
    color: white;
}
#inftext {
    position: absolute;
    left: 1.5%;
    top: 11%;
}
#chungkee {
    width: 5%;
    height: 5%;
    position: absolute;
    top: 18%;
    left: 1%;
}
#chungkeeicon {
    height: 10em;
}
#chungkeetext {
    position: absolute;
    left: 0%;
    top: 170%;
}
#timeicon {
    height: 5em;
}
#time {
    width: 10%;
    height: 5%;
    position: absolute;
    top: 35%;
    left: 1%;
}
#timetext {
    position: absolute;
    left: -4%;
    top: 170%;
}
#marcyicon {
    height: 5em;
    left: -2%;
}
#marcy {
    width: 5%;
    height: 5%;
    position: absolute;
    top: 53%;  
}
#marcytext {
    position: absolute;
    left: 15%; 
    top: 185%; 
}
#gradienticon {
    height: 5em;
    left: -2%;
}
#gradient {
    position: absolute;
    top: 70%;
}
#gradtext {
    position: absolute;
    top: 95%;
    left: -2%;
}

