*{
    margin: 0px;
    padding: 0px;
}

body{
    background-attachment: fixed;
    background-image: url("./images/bgi.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}




.navbar{
    float: right;
    margin-right: 34%;
}

