body{
    background: url("/copernico/image/portale_copernico.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#page-wrapper{
    background-color: rgba(255, 255, 255, 0.8);
}

.d-none{
    display: none !important;
}

.star-container{
    position: relative;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: 2rem;
    vertical-align: middle;
    height: 2rem;
}

.star-size{
    font-size: 2.5rem !important;
    color: #ffd353;
}

.star-number{
    position: absolute;
    font-size: 1rem;
    color: black;
    font-weight: bold;
}