body {
    background-color: rgb(54, 54, 54) !important;
}

input, button {
    border-radius: 5px !important;
}

button {
    background-color: #858ec9 !important;
    color: white !important;
    font-weight: 700 !important;
}

button:hover {
    background-color: #4a57a8 !important;
}

img {
    height: 100px !important;
}