.Main { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100dvh; width: 100dvw; } .MangaSVG { height: auto; width: auto; } .SearchBar { display: flex; align-items: center; background: #1f1f1f; margin-top: 10px; border-style: dotted; border-color: rgb(63, 63, 63); border-width: 2px; width: 20dvw } .SearchBar input { background: none; outline: none; border: none; margin-left: 5px; padding: 4px; width: 100%; color: white; font-family: "Kanit"; font-size: 16px; } @media screen and (max-width: 768px) { .MangaSVG { width: 100%; } .SearchBar { width: 50dvw; } }