.danger{
    background-color: hsla(0, 100%, 95%);
    color: hsl(0, 100%, 50%);
    padding: 1rem;
   border: 1px solid hsl(0,100%,50%);
    border-radius: 1rem;
}
span:not(span > a) {
    display: none;
    position: relative;
}

.visible{
   display: inline-block;
}
.fs-a{
    font-size:1.1rem;
}
