@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;0,800;1,500&display=swap');

/* SCROLLBAR */

html {
    width: 100%;
}

body {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: rgba(70, 70, 70);
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(30, 30, 30);
}

/* DASHBOARD.HTML */

.homeblock {
    background: #141414;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.dashboard_buttons {
    display: flex;
    justify-content: right;
    padding: 5px;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.box {
    background-color: #121212;
    padding: 15px;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
}

.serverinfo_box {
    width: 100%;
    height: auto;
} 

.servers {
    text-decoration: none;
    padding: 1px;
    color: white;
    margin: 10px;
    border-radius: 10px;
}


.serverlist_title {
    text-decoration: none;
    color: white;
    padding: 15px;
    background-color: #262626;
    border-radius: 10px;
}

.server {
    background-color: #141414;
    padding: 25px;
    margin: 10px;
    border-radius: 10px;
    display: grid;
}

.server:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.dash-button {
    text-align: right;
    position: fixed;
}

.serverbox {
    background: #262626;
    padding-left: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.buttons {
    margin: 5px;
}

footer {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding-bottom: 25px;
}