body{
    /* background-color: #03052b; */
    background-image: url("../img/wall.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.modal-content{
  background-color: #212529;
}
.modal-title{
  color: #f0f8ff;
}
.navbar{
  --bs-navbar-padding-y: 0rem;
}
p{
    text-align: center;
    color: #f0f8ff;
}
.imgResize{
    width: 4rem;
}
.imgResize2{
    width: 1.9rem;
}
a{
    margin-left: 0.5rem;
}
.btn-outline-primary{
    border-color: #03052b00;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.noBorder{
    border-color: #21252900;
}
.buttonsUtil{
  margin-top: 0.35rem; 
  color: aliceblue;
}
.row2{
  margin-top: 1rem;
}
.calcspacing{
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.btn-close{
  display: none;
}
.bi-x-lg{
  color: #f0f8ff;
}