body {
    background-image: url("/images/bg.jpg");
    background-position: center;
}
.container-header {
    background-color: transparent;
    background-image: none;
}
.container-header .mod-menu {
    justify-content: flex-end;
}
.as-menu {
    font-size: 28px;
    text-transform: uppercase;
}
.home-audio-l {
    color: white;
    background-color: transparent;
    border: none;
}
.home-audio-r {
    color: white;
    background-color: transparent;
    border: none;
    margin-left: 250px;
}
.photo {
    border: 5px solid #222222; /* width, style, and color */
    border-radius: 8px;    /* Optional: rounds the corners */
}