input {
    appearance: none;
}

img {
    position: absolute;
    object-fit: cover;
    width: 300px;
    height: 300px;
}

#container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 945px;

    background: repeating-linear-gradient(to bottom right, #FFFFFF, #616064 50%, #ffffff);
}

#search {
    position: absolute;
    left: calc(960px - 600px/2);
    top: 50px;
    width: 600px;
    height: 50px;

    text-align: center;
    font-size: 20px;

    border-radius: 10px;
}