body {
  font-family: "Monserrat",sans-serif;
  color : blue;
}
.frontdoor_vds {
    color : lightblue;
}
.northside_vds {
    color : lightgreen;
}
.kitchenpergola_vds {
    color : lightred;
}
.backpergola_vds {
    color : yellow;
}
.driveway_vds {
    color : lightbrown;
}
/*
body {
    background-image: url( '../img/background.jpg' ); /* in 'static folder */
    /*background-size: cover; ensures whole of screen coverage */
    background-size: 800px 600px ; /* ensures fixed size of screen image */
    background-size: 100% auto ; /* 100% width, auto height to maintain aspect ration */
    background-position: center /* centers the image */
    background-repeat: no-repeat; /* prevents image repitition */
}*/

.logout-button {
    position: fixed;
    bottom: 20px; /* Distance from bottom */
    right: 20px;  /* Distance from right */
    padding: 10px 20px;
    background-color: #f44336; /* Red color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1000; /* Ensures it stays on top of content */
}
