* {
    margin: 0px;
    padding: 0px;
}

img {
    text-align: center;
    width: 25%;
    height: 25%;
}

form {
    display: inline-block;
}

#toast-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(220, 53, 69, 0.95);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
}