body {
    background-image: url("imaages/guerrillabuzz-crypto-pr-MpL4w1vb798-unsplash.jpg");
    background-repeat: no-repeat;
    background-size: 1365px 635px;
    text-align: center;

}

.navigation {
    background: transparent;
    margin: auto;
    margin-top: 0px;
}

.brand {
    text-decoration: none;
    color: whitesmoke;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
}

.brandd {
    font-size: 9rem;
    font-style: normal;
    margin-bottom: 5rem;
}

.navBar {
    display: inline;
    padding: 0.5rem 1rem;
    border: solid rgb(126, 123, 123);
    margin: 1.5rem;
    border-style: groove;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 8px;
    background-color: blueviolet;
}

.navBar a {
    text-decoration: none;
    color: black;

}

h1 {
    color: antiquewhite;
    margin-top: 3rem;
    font-size: 2rem;
}
.activelink{
    display: inline;
    padding: 12px 18px;
    border: solid rgb(126, 123, 123);
    margin: 1.5rem;
    border-style: groove;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 8px;
    background-color: blueviolet;
}

.activelink a{
    font-weight: bold;
    color:  antiquewhite;
   
}
