﻿html {
    background: rgb(0,0,0);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15pt;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    /*display: grid;*/
    /*place-items: center;*/
    width: 100%;
}

#converter {
    width: 15rem;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: 0 0 2rem 0 #0001;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #converter input, #converter select {
        font-family: inherit;
        font-size: inherit;
        margin-block-end: 1rem;
        text-align: center;
        width: 10rem;
    }

    #converter #output-temp {
        font-size: 2rem;
        font-weight: bold;
    }
#imagePreview {
    height: 200px;
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    /*border: 20px solid white;*/
    margin: 15px 15px 0px 15px;
}
#imagePreviewContainer {
    background-color:white;
    height: 345px;
    width: 230px;
    max-width: 230px;
    max-height: 345px;
}
