@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Nanum+Pen+Script&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

body {
    background-image: url(bg_tile.gif);
}

.text-box {
    margin: 0 auto;
    width: fit-content;
    background-color: #faf5e1;
    padding: 10px 20px;
    border-radius: 10px;
}

h1 {
    font-family: "Nanum Pen Script", Cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    text-align: center;
    margin: 0 auto;
    color: #c6975f
}

h2 {
    font-family: "Alan Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size; 50px;
    text-align: center;
}

.converter {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-image: url(container_art.png);
    background-size: contain;
    width: 800px;
    height: 600px;
    padding: 185px 215px 200px 500px;
}

#demo {
    font-size: 100px;
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

#unit-inp {
    display: inline-block;
}

#unit-outp {
    display: inline-block;
}