h1.home-welcome-title {
    font-size: 2rem;
}

div.home-welcome-title {
    font-size: 1.275rem !important;
}

a.home-welcome-title {
    font-size: 1.2rem;
}

.feedback-icon{
    margin-right: 20px;
}

#my-toast-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.my-toast {
    background-color: #333 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.my-toast .toast-title {
    font-weight: bold !important;
}

.my-toast .toast-message {
    font-size: 14px !important;
}