body {
    font-family: 'Raleway', sans-serif !important;
    /*background-color: blueviolet !important;*/
}

.accordion-button:focus {
     box-shadow: inset 0px 11px 1px -10px black,
                 inset 0px -11px 1px -10px black !important; 
}

.back-to-top {
    position: fixed !important;
    bottom: 75px !important;
    right: 15px !important;
    display: none;
}

@media screen and (max-width: 660px) {
    .video {
        aspect-ratio: 16/9;
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .photo-ego {
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
}

