/* Buttons width */
.fixed-width-btn {
  width: 150px;
}
/* Header and Footer background color */
.bg {
  background-color: rgba(131, 209, 255, 0.553);
}