body {
    margin: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
    width: 550px;
    margin: 50px auto;
    height: 729px;
    box-shadow: 0 4px 8px 0 rgba(12, 16, 22, 0.2), 0 6px 20px 0 rgba(12, 16, 22, 0.19);
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #6943FF;
    height: 285px;
    color: white;
    padding: 0;
    margin-bottom: 24px;
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

.input {
    background-color: #6943FF;
    border: 2px solid #B295FF;
    border-radius: 5px;
    min-width: 117px;
    height: 83px;
    color: white;
    text-align: center;
    font-size: 58px;
    font-weight: 800;

}

#converter {
    padding: 9px 27.5px;
    border-radius: 5px;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 25px;
    color: #3D3D3D;
    font-family: Inter, sans-serif;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.display {
    background-color: white;
    width: 500px;
    height: 108.573px;
    margin: 12px auto;
    text-align: center;

}

h2 {
    color: #5A537B;
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 14px;
    color: #353535;
}