@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    min-height: 100vh;
    background: #1C1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; 
    box-sizing: border-box;
}

a blue color as a generic focus style
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}
a {
    text-decoration: none;
}


.main-cont {
    background-color: #f4f4f4;
    align-items: center;
    width: 550px;
    height: 750px;
    padding-bottom: 444px;
    display: flex;
    flex-direction: column;


}

#up-cont {
    background-color: #6842ff;
    padding-bottom: 50px;
    width: 550px;
    height: 285px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 


}

h1 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    padding-top: 38px;
    letter-spacing: -0.84px;

}

#inpt-box:focus {
    outline: none;

}

#inpt-box {
    width: 117px;
    height: 83px;
    border-radius: 5px;
    border: 2px solid #B295FF;
    background-color: #6842ff;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    

}

#inpt-box::placeholder {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    font-family:'Arial', 'Arial Narrow', Arial, sans-serif; 
}


#convert-btn {
    padding: 9px 27.5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-style: hidden;
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 


}


.results-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    margin-top: 40px; 
}

.conv-cont {
    background: #FFF;
    width: 500px;
    height: 109px;
    border: 1px solid #6842ff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5A537B;
    text-align: center;
    font-family: Arial, 'Arial Narrow', Arial, sans-serif; ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}


.sup-text {
    color: #353535;
    text-align: center;
    margin-top: 15px;
    font-family: Arial, 'Arial Narrow', Arial, sans-serif;;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

