.search {
    padding: 5px;
    font-size: 17px;
    border: 1px solid grey;
    width: 50%;
    border-radius: 5px;
    float: left;
}
.poga {
    background-color: #7c73e6;
    border-radius: 5px;
    width: 100px;
    font-size: 17px;
    padding: 5px;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 8px;
}
.poga:hover {
    background: #958cf0;
}
nav div:first-child {
    background-color: #7c73e6;
    padding: 10px;
}
nav div:first-child h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    color: white;
    margin-left: 10px;
}
nav div:last-child {
    background-color: white;
    padding: 8px;
}