body{
    display: flex;
    flex-direction: column;
    padding-top: 80px;
}
body,html{
    height: 100%;
}
.msg-danger{
    background-color: rgb(255,0,0);
}
.msg-success{
    background-color: rgb(0,100,0);
}
.msg-info{
    background-color: rgb(21, 111, 196);
}
.msg{
    color: white;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
    position: fixed;
    top: 90px;
    right: 10px;
    margin-left: 10px;
}