P.head_img {
    margin-left: auto;
    margin-right: auto;
    width: 12em
}
hr {
    border: none; /* Убираем стандартную границу */
    height: 2px; /* Задаем толщину линии */
    width: 98%;
    margin-top:-10px;
    border-radius: 30%;
    background-color: white; /* Цвет линии */
}

@font-face {
    font-family: "Candara_1";
    src: url("Candara/candara.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.topnav {

    overflow: hidden;
    text-align: center;
    width:auto;
    padding-bottom:20px;
}



.active {
    text-decoration: none;


}

.active:after{
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    content: "";}


.no_active{
    position: relative;
    line-height: 1;
    text-decoration: none;
    width:auto;
    cursor: grab;
}



.topnav a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 18px 18px;
    font: 1.6rem "Candara_1", sans-serif;
    font-weight:bold;
    font-family: "Candara_1"
    cursor: grab;
    position: relative;

}


.no_active:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    content: "";
    transition: width 0.3s ease-out;
}

.no_active:hover:after,
.no_active:focus:after {
    width: 100%;
}

















.topnav .icon {
    display: none;
    text-decoration: none;
}


.dropdown {
    float: left;
    overflow: hidden;
}


.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}




.dropdown:hover .dropdown-content {
    display: block;

}



.alboms{
    margin-left: auto;
    margin-right: auto;
    width: 52em;
    padding: 12px;


}



.images_lives{
    padding: 4px;
}



.head_text{
    text-align: center;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.8rem;
    font-weight:bold;
    width:auto;
    margin-right: auto;
    color: white;
    font-family: "Candara_1"
}

.main_text{
    color: white;
    width:50rem;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: "Candara_1";
}

.text_info{
    color: white;
    font-size: 1.5rem;
    font-family: "Candara_1";
    padding-bottom:8rem
}



.down_panel{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width:30rem;
    text-align: center;
    color:white;
    font-family: "Candara_1";

}




@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}


@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}






