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

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

#rounds img{
    border: 2px solid goldenrod;
}

#mu_list ul li{
    background-color: transparent;
    border-color: transparent;
    color: white;
}

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