body {
    background-image: url(./Images/background.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    font-family:'Roboto', sans-serif;
    font-size: large;

}

h1 {
    text-align: center;
  }

#title1 {
    background-color: skyblue;
    margin-top: 20px;
    opacity: 95%;
}

/* ABOUT US CSS */

.center-about-us {
    position:absolute;
    text-align: center;
    top: 10%;
    width: 100%;
    padding: 10px;
    clear: both;
    background-color:skyblue;
    opacity: 95%;
  
}

/* BUDGET CSS */
input {
      display: block;
      padding: 5px;
      margin: 12px auto;
      width: 100%;
}
    
.results {
    min-height: 20px;
    padding: 19px;
    margin: 20px 0 ;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
    
.center-budget-form {
    position:absolute;
    top: 40%;
    width: 50%;
    margin-left: 350px;
    padding: 10px;
    clear: both;
    background-color:skyblue;
    opacity: 95%;
}

/* CURRENCY EXCHANGE CSS */
#exchange-container {
    margin-top: 11%;
    margin-right: 90px;
    padding: 20px;
    float: right;
    width: 20%;
    height: 100%;
    background-color:skyblue;
    opacity: 95%;

}

/* WEATHER CSS */
.city {
    margin-top: 50px;
    margin-right: 90px;
    padding: 40px;
    clear: both;
    justify-content: end;
    float: right;
    width: 20%;
    height: 100%;
    background-color:skyblue;
    opacity: 95%;
}

.weather {
    position: absolute;
    top: 43%;
    width: 50%;
    margin-top: 200px;
    margin-left: 350px;
    padding: 20px;
    clear: both;
    background-color:skyblue;
    opacity: 95%;
    font-size: 18px;
}

.bg-primary {
    background-color: #fff!important;
}