*{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
body {
    display: flex;
    flex-direction: column;
     align-items: center;
    background-color: #4A274F;
    gap: 350px;
}
.maindiv {
    display: flex;
    flex-direction: column;
    transform: scale(1.8);
    background-color: #F0A07B;
    margin-top: 150px;
    padding: 20px;
    color: #4A274F;
    border-radius: 5px;
}
.maindiv input {
     width: 160px;
     height: 100%;
     padding: 0 5px;
     padding: 5px;
     border-radius: 5px;
     background-color: white;
     border: none;
     outline: none;
     margin-top: 10px;
     margin: 0;
}
.title {
    padding: 20px;
}
.amount
{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.rate {
  margin-top: 20px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.year{
   margin-top: 20px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.interest {
     margin-top: 20px;
 display: flex;
 justify-content: space-between;
 align-items: center; 
}
.maindiv button {
 margin-top: 20px;
 border-radius: 5px;
 border: none;
 padding: 5px;
 background-color: #4A274F;
 color: #F0A07B;

}