input[type = text] {
    width: 40vw;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

input[type = submit] {
    background-color: #4a89c5;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

img.whisper-logo {
    height: 30vh;
}

.search-container {
    text-align: center; 
    padding-top: 20vh;
}
