* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.header-main {
    position: fixed;
    top: 8%;
    left: 85%;
    height: 200px;
    width: 60px;
    border-radius: 15px;
    background-color: rgb(63, 71, 85);
    z-index: 2000;
}

.d-info { 
    padding-bottom: 50px;
}