@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Rubik:ital,wght@0,300..900;1,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Varela+Round&display=swap');
:root {
        --color-primary: #333;
        --color-on-primary: white;
        --color-background: #000;
        --color-on-background: #f1f5f9;
        --color-border: #475569;
        --color-hover: rgba(255,255,255,0.1);
        --overlay: rgba(0, 0, 0, 0.4);
        --overlay-2: rgba(255,255,255, 0.2);
        
}

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        
}
.nunito {
        font-family: 'Nunito', sans-serif;
}
body {
        height: 100vh;
        overflow: scroll;
        overflow-x: hidden;
        background-color: var(--color-background);
        color: var(--color-on-background);
        font-family: 'Nunito', sans-serif;
       // margin-left: 32px;
      //  margin-right: 32px;
}

.content {
        margin-left: 32px;
        margin-right: 32px;
                display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
}

.header {
        position: sticky;
        color: var(--color-on-primary);
        padding: 0 24px;
        height: 60px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        margin-bottom: 32px;
        border-bottom: 2px solid var(--overlay-2);
}

.header a {
        font-size: 20px;
        text-decoration: none;
        color: white;
        font-weight: bold;
        margin: 0px 10px 0 10px;
}
.header img {
        position: absolute;
        left: 10px
}
.button {
        
  font-weight: 700;
  font-style: normal;
        font-size: 20px;
        
        background-color: #6161AB;
        border: 1px solid #444;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: inline-block;
}

.title {
        font-size: 60px;
}




.btn-wrapper {
        display: flex;
        gap: 16px;
        margin: 20px 0;
}

.content h1 {
        font-size: 40px;
}
.maintitle {
  font-family: "Archivo Black", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.submtitle {
        font-family: "Archivo Black", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.svgwave {
        
    position: sticky;
    bottom: 0;
    left: 0;
        top: 300px;
    width: 100vw;
    z-index: -1;
    pointer-events: none;
}

.container {
        background-color: #333;
        border: 5px solid #444;
        padding: 10px 20px 10px 20px;
        border-radius: 20px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: inline-block;
        width: 90vw;
-webkit-tap-highlight-color: transparent;
}

.body button {
        background-color: #444;
        border: 1px solid #444;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: inline-block;
}

.button2 {
      background-color: #444;
        border: 1px solid #444;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: inline-block;
width: 85vw;        
}
.button3 {
      background-color: #444;
        border: 1px solid #444;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: inline-block;
width: 90%;        
}

.sidebar {
  box-sizing: border-box;
  height: 100vh;
  width: 250px;
  padding: 5px 1em;
  background-color: rgba(0,0,0,0.5);
  border-right: 1px solid #2a2a2a;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 1000;
}

.btn2 {
    font-weight: 700;
  font-style: normal;
        font-size: 10px;
        
        background-color: #333;
        border: 1px solid #444;
        padding: 5px 10px 5px 10px;
        border-radius: 3px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: inline-block;    
}

.btn3 {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    background-color: #333;
    border: 1px solid #444;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
       transition: background-color 0.1s; 

    -webkit-tap-highlight-color: transparent;

}
.btn3:hover {
        background-color: #3861d1;
        border: 0px solid #3861d1;
}

.btn3:focus {
    outline: none;
    box-shadow: none;
}

.btn3 svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}



.yal {
        display: inline-flex;
    align-items: center;
        gap: 8px;
}

.yal img {
        flex-shrink: 0;
}

.maincont {
    margin-left: 250px;
    padding: 20px 32px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.statswrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.container2 {
    background-color: #333;
    border: 2px solid #444;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: white;
    flex: 1;
    min-width: 200px;
}

.btn4 {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    background-color: #555;
    border: 1px solid #444;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
       transition: background-color 0.1s; 

    -webkit-tap-highlight-color: transparent;

}
.btn4:hover {
        background-color: #3861d1;
        border: 1px solid #3861d1;
}

.btn4:focus {
    outline: none;
    box-shadow: none;
}

.btn4 svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn5 {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    background-color: #555;
    border: 1px solid #444;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
       transition: background-color 0.1s; 

    -webkit-tap-highlight-color: transparent;

}
.btn5:hover {
        background-color: #777;
        border: 0px solid #3861d1;
}

.btn5:focus {
    outline: none;
    box-shadow: none;
}

.btn5 svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


/* I'm triedhjaaiais */
/* mobile gg */
@media screen and (max-width: 768px) {
    .sidebar {
        width: 60px;
        padding: 5px 8px;
    }
    
    .sidebar .maintitle {
        display: none;
    }
    
    .sidebar hr {
        display: none;
    }
    
    .sidebar .btn3 {
        font-size: 0;
        padding: 8px;
        justify-content: center;
        width: 100%;
    }
    
    .sidebar .btn3 svg {
        width: 24px;
        height: 24px;
        margin: 0;
    }
    
    .sidebar .btn3 span {
        display: none;
    }
    
    .sidebar .yal span {
        display: none;
    }
    
    .sidebar .yal {
        justify-content: center;
    }
    
    .sidebar .yal img {
        width: 28px;
        height: 28px;
    }
    
    .maincont {
        margin-left: 60px;
        padding: 15px;
    }
    
    .statswrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .container2 {
        width: 100%;
        min-width: unset;
        max-width: unset;
    }
    
    .maincont h1 {
        font-size: 24px;
    }
    
    .btn5 {
        width: 100%;
    }
    
    .btn3 {
        font-size: 13px;
        padding: 8px 12px;
    }
}

@media screen and (max-width: 480px) {
    .sidebar {
        width: 50px;
        padding: 5px 5px;
    }
    
    .sidebar .btn3 svg {
        width: 20px;
        height: 20px;
    }
    
    .maincont {
        margin-left: 50px;
        padding: 10px;
    }
    
    .container2 {
        padding: 15px;
    }
    
    .container2 h2 {
        font-size: 18px;
    }
}