@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Lexend Deca', sans-serif;
  margin: 0;
  background-color: #f3f3f3;
  background-image: url(/media/bg/rentos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  color: #000;
}

.site-header { 
  padding: .5em 1em;
  background-color: #ffffff;
  text-align: center;
}

#calculator {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 15px; 
  margin-bottom: 10px; 
}

label {
  display: block;
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
}

input[type="number"],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;	
  margin-bottom: 15px;
}

input[readonly] {
  background-color: #eee;
}

#monthlyInstallment {
  color: #008000; 
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.info-text {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
}

button {
  background-color: #008000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #006600;
}

.site-footer {
  background-color: #ffffff;
  text-align: center;
  padding: 1em;
}

.site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.site-navigation li {
  margin: 0 10px;
  display: inline-block;
}

.site-navigation a {
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
}

.additional-section {
  background-color: #fff;
  padding: 20px;
}

.additional-section .container {
  max-width: 800px;
  margin: 0 auto;
}
