
body {
    user-select: none;
    color: rgb(201, 200, 200);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0%;
    width: 100%;
}

.ui {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
    width: 100%;
    max-width: 500px;
    background-color: rgb(43, 43, 43);
}

.top {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .1px solid grey;
    background-color: rgba(135, 135, 135, 0.225);
    position:fixed;
    width: 100%;
    max-width:500px;
    top: 0px;
    height: 5vh;
}
.top>p{
    margin-left:8px;
}
.mod {
    transition: .3s;
    position: relative;
    margin-right: 5px;
    border-radius: 1.5vh;
    height: 3vh;
    width: 6vh;
    background-color: rgb(196, 196, 196);
}

.cir {
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    height: 3vh;
    width: 3vh;
    background-color: rgb(0, 0, 0);
}

.body {
    margin-top: 5.01vh;
    min-height: 94.7809vh;
}

.bd1 {
    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    font-weight: 100;

}

.bd2 {
    line-height: 40px;
    margin: 0%;
    flex-direction: column-reverse;
    display: none;
}

.itm {
    transition: .3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: start;
    border-bottom: .1px solid rgba(138, 138, 138, 0.399);
}
.itm:hover{
    color:white;
    background-color: rgb(0, 183, 255);
}
.tex {
    padding-left: 8px
}

.bd2>div>button {
    margin-right: 5px;
    border: none;
    background-color: rgba(205, 160, 101, 0);
}
.svx:hover{
    fill:rgb(220, 0, 0);
}
.bottom {
    background-color: inherit;
    position:fixed;
        width: 98%;
    max-width: 489px;
    bottom: 0px;
    padding: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 5vh;
}

#inp {
    padding: 0 20px 0 20px;
    border-radius: 20px;
    background-color: rgba(219, 219, 219, 0.686);
    outline: none;
    border: none;
    height: 98%;
    width: 82%;
}

#inp::placeholder {
    color: rgb(98, 98, 98);
    margin: 0%;
    height: 100%;
}

.go {
    margin-left: 5px;
    padding: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(219, 219, 219, 0.686);
    min-width: 36px;
    height: 36px;
}
