body {
    text-align: center;
    margin-top: 100px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2;
    font-size: 2em;
    width: 800px;
    margin: 50px auto;
}

select {
    width: 50%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
}

img {
    width: 10%;
    height: auto;
}

button {
    font-size: .8em;
    border-radius: 5px;
    background-color: orange;
    padding: 5px;
    cursor: pointer;
}