*{
    font-family: 'Fira Code';

}
body{
    background-image: linear-gradient(to right, #f09ecd, #e19fd7, #cfa1df, #bba3e5, #a5a5e8, #93aef1, #7eb7f6, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
}
.container{
    width: 350px;
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 15px;
    background-color: black;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);


}
span {
    color: white;
    font-size: small;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;

}
header{
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
}
.input-field{
    display: flex;
    flex-direction: column;
    margin: 15px;
}
.input{
    outline: none;
    border: none;
    outline: none;
    color: white;
    border-radius: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    resize: none;
}


::-webkit-input-placeholder{
    color: #fff;
    font-weight: bold;

}
.result{
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 10px;
}
.result span{
    display: flex;

}
