* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color:hsla(210, 100%, 14%, 0.904);
    
    /*       
    background-image: url(/images/plz_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    */
}

.nav-link{
    color: white;
}

.nav-link:hover{
    color:goldenrod;
    text-decoration: underline;
}


.bg_main{
    background: url(images/bg_3.jpg)no-repeat;
    background-size: cover;
    height: 70vh;
    background-position: 50% 60%;
    width: 100%;
}

.btn1:hover{
    background-color: goldenrod;
}

#list_name ul li{
    color: goldenrod;
    background-color: transparent;
    border-color: transparent;
}

#sc_hd a{
    color: goldenrod;
    font-size: xx-large;
}

