* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;;
}

html {
    height: 100%;
    background-color: white;
    width: 55%;
    margin: auto;
    overflow-y: scroll;
}

body {
    height: 100%;
    background-color: rgb(59, 59, 59);
    box-shadow: inset 0 0 490px black;
}

main {
    background-color: rgb(221, 219, 219);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    font-weight: 400;
    font-size: 3rem;
    padding: 0rem 0rem 0rem 1rem;
    color:rgb(59, 59, 59)
}

.shadow-wrapper {
    box-shadow: -1px 0px 24px 3px rgba(0,0,0,0.48);
    overflow: auto;
}

.filler {
    padding: 6rem;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Javascript CSS injection*/
.display {
    display: none;
}

.tab-color {
    background: white;
}

.display-small {
    display: none;
}

#screen-width {
    justify-content: center;
}
/*Javascript CSS injection*/
