.container {
    width: 550px;
    margin: 100px auto;
    padding: 10px;
    background: #734444;
    border-radius: 8px;
    height: 700px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1px;

    
}
body {
    background-color: #f5dd7b; 
    font-family: "Barriecito", system-ui;
    font-size: 20px;
    
}
h1{
    text-align: center;
    font-family: "Moo Lah Lah", sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin-bottom : 20px;
    letter-spacing: 5px;
    color: #ff847c;
    
}
input {
  width: 40px;
  padding: 10px;
}

form{
    font-size:large;
    padding: 20px;

}
#result{
    background: #f6eec9;

}
button{
    width: 150px;
    margin: 20px;
    align-items: center;
}
