.message{
    width: 100%;
    height: 10%;
    background-color: rgb(0, 187, 56);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
}

.message img{
    margin: 0vw 1vw;
    width: 5.5vh;
}

.message a{
    margin: 1vw 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 3vh;
    font-weight:500;
}