body{
    background-image: url(bsb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    margin: 100px;
}
h1{
    font-family: "Rubik Puddles", system-ui;
    font-size: 60px;
    font-weight: 800;
    font-style:normal;
    border-top-style: solid;
    border-top-color:rgb(175, 195, 169);
    border-bottom-style: solid;
    border-bottom-color:rgb(175, 195, 169);
    display:table;
}

h2{
    color: white;
    border: 5px solid rgb(175, 195, 169);
    border-width: 3px;
    padding: 10px;
    display: table;
}

.nav{
    background-color: rgba(185, 198, 152, 0.363);
    padding: 14px 20px;
}

.nav a{
    color: whitesmoke;
    text-decoration: none;
    padding: 14px;
}

.nav a:active{
    color:red;
}