.blurred{
    filter: blur(1.3px);
}
.focal{
    box-shadow: 7px 8px 18px #888;
}
.boxed{
    box-shadow: 1px 3px 26px #888;
}

body {
    /* background: url("https://firebasestorage.googleapis.com/v0/b/attimo-scuola.appspot.com/o/scuola-wallpapers%2Fscuola-wallpaper-boy.png?alt=media&token=75410175-92d1-495a-9c41-de8e85414837") no-repeat center center fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000085
}

.logo{
    float:right;
    width: 80px;
    height: 80px;
}

.sweet-alert p{
    font-weight: bold !important;
    font-size: 15px !important;
}

.button-link{
    width: 100%;
    height: 100px;
}

.button-help{
    /* width: 100%; */
    height: 50px;
    background-color: #1217ad9c;
    color: white;
}
.button-help :hover{
    color: white !important;
    background-color: #3a3dad9c !important;

}

.help{
    position: absolute;
    left: auto;
    right: 5%;
}