.part-2 {
    margin-top: 50px;
}

img {
    width: 100px;
    display: none;
}

button {
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

.my-form {
    width: 300px;
    height: 50px;
    background-color: #42769B;
    color: white;
}