body {
    background: linear-gradient(to bottom, #FFFFFF, #C4C4C4); 
    margin: 0; 
    min-height: 100vh; 
    font-family: Bahnschrift;
      background-attachment: fixed;
}

.box
{
    border: 2px solid rgb(150, 150, 150);
}

.navbar
{
    background-color: white !important;
    border: 2px solid rgb(150, 150, 150);

    position: fixed;
    width: 100%;
    z-index: 99;
}