#state-image-container img {
    max-width: 940px;
}

button {
    background-color: #214CE5;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 15px 25px;
}