#bodymain{height:calc(100% + 50px);width:100%;display:flex;justify-content:center;align-items:center}#bodymain #inputbox{height:100px;width:400px;background-color:var(--bg2Color);border-radius:10px;box-shadow:0px 0px 5px var(--boxShadowColor);display:flex;justify-content:center;align-items:center}#bodymain #inputbox form{width:90%}#bodymain #inputbox form button{display:flex;justify-content:space-evenly;align-items:center;width:100%;height:50px;border:0;background-color:#f2f2f2;color:#000;border-radius:1000px;outline:0;cursor:pointer;font-size:20px;font-weight:bold}#bodymain #inputbox form button:hover{background-color:#dfe1e3}#bodymain #inputbox form button img{width:10%}@media(pointer: coarse)and (hover: none){#bodymain #inputbox{width:70%}}#header{margin-top:-70px;opacity:0}