@import url(https://fonts.googleapis.com/css?family=Open+Sans); body { background: #fff; font-family: 'Open Sans', sans-serif; } .logo { width: 80%; display: block; margin: auto; padding-bottom: 10px; } .search-container { width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 600px; } .search-items { width: 100%; position: relative; display: flex; } #search-bar { width: 100%; border: 3px solid #685e79; padding: 5px; height: 40px; border-radius: 10px; outline: none; font-size: 24px; color: #685e79; border-radius: 10px 10px 0 0; max-width: 600px; } #search-bar:focus{ color: #685e79; } #search-submit { width: 100%; height: 40px; border: 1px solid #685e79; background: #685e79; text-align: center; color: #fff; border-radius: 10px; cursor: pointer; font-size: 20px; align-content: center; align-items: center; margin: auto; border-radius: 0 0 10px 10px; max-width: 600px; }