body{
    background-color: #222222;
}

#full-input {
    position:absolute;
    width: 600px;
    height:100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#username-input {
    position:absolute;
    width:100%;
    height:40px;
    padding:5px;
    padding-left:60px;
    top:20px;
    font-size:1.3em;
    border-radius:20px;
}

#bongo-cat{
    z-index:10;
    position:absolute;
    transform: rotate(-13deg);
    height:40px;
    width: fit-content;
    top:-11px;
    left:20px;
}

#search-icon {
    position:absolute;
    height:40px;
    width: fit-content;
    left:10px;
    top:27px;
}

#search-logo-container {
    position: relative;
    width: 100%;
    height: 100px;
}

#search-logo {
    position: absolute;
    width:800px;
    height: fit-content;
    left:50%;
    transform: translate(-50%, 0%);
    top:150px;
}