html,
body {
    margin: 0;
    padding: 0;
    width: 100dvw;
    height: 100dvh;
    background: #1e1e1e;
    overflow: hidden;
}

body * {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1rem;
    float: left;
    transition: 0;
}

body>#root {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1e1e1e;
    position: absolute;
}


body>#root>div[element_type="view"] {
    left: 0;
    top: 0;
    right: 0;
    height: max-content;
    min-height: 100dvh;
    position: absolute;
}

._{
    content: "";
}

._{
    content: "";
}

._{
    content: "";
}

.sample-styles-main {
    width: 100%;
    height: max-content;
    background: #0d1117;
    color: white;
    position: static;
    
}

.sample-styles-button {
    width: 200px;
    height: 30px;
    background-color: transparent;
    border: none;
    outline-color: white;
    outline-width: 2px;
    outline-style: solid;
    border-radius: 5px;
    transition: 0.25s;
    font-weight: bolder;
    cursor: pointer;
    
}

.sample-styles-button:hover {
    background-color: white;
    color: black;
    
}

.sample-styles-button:active {
    background-color: gray;
    outline: none;
    
}

.sample-styles-hi_new {
    font-size: 5rem;
    
}

.sample-styles-p {
    font-size: 4rem;
    font-family: Mozilla Headline;
    
}

._{
    content: "";
}

.header-styles-main {
    width: 100dvw;
    height: 75px;
    background: black;
    
}

.header-styles-logo {
    width: 40px;
    
}

.header-styles-left {
    padding-left: 10px;
    width: max-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
}

._{
    content: "";
}

.header-searchbar-styles-main {
    padding-left: 30px;
    width: max-content;
    height: 75px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    
}

.header-searchbar-styles-input {
    padding-left: 10px;
    width: 200px;
    height: 30px;
    background: transparent;
    border: none;
    outline-width: 2px;
    outline-color: gray;
    outline-style: solid;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    
}

.header-searchbar-styles-button {
    padding-left: 10px;
    padding-right: 10px;
    width: max-content;
    height: 30px;
    background: transparent;
    border: none;
    outline-width: 2px;
    outline-color: gray;
    outline-style: solid;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    
}

.header-searchbar-styles-button:hover {
    background: blue;
    color: white;
    
}

._{
    content: "";
}

._{
    content: "";
}

._{
    content: "";
}

._{
    content: "";
}

._{
    content: "";
}

._{
    content: "";
}