/*head {
  background-color: #ff0000; /* Set the background color of the head element to red */
  	
/*}*/

body {
  /*background-color: #5296c7; /* Set the background color of the entire body to white */
  background-image: url('images/background.jpg'); /* Set the background image */
  /*background-size: cover; /* Adjust the image size to cover the entire background */
  /*background-position: center; /* Position the image in the center */
  /*background-repeat: no-repeat; /* Prevent the image from repeating */
  padding-bottom: 20px;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}


.navbar {
  margin-bottom: 20px;
}
.custom-font-title {
  font-size: 60px;
  color: #FF5733; /* Your custom color code */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.custom-font {
  font-size: 20px;
  color: #66C88F; /* Your custom color code */
  /*font-weight: bold; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
