<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: linear-gradient(to right, #5ab0d2, #bde4f5, #5aa6c4)
}

.heading {
    background-color: aliceblue;
    text-align: center;
    height: 80px;
    padding-top: 30px;
    color: #0b191f;

}

.container {
    text-align: center;

}

.convertor {

    text-align: center;
    margin-top: 155px;


}

.temp {

    margin: 5px 0px;
    height: 35px;
    width: 250px;
    border: 0px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
}

::placeholder {
    text-align: center;
    color: black;
}

span {

    background-color: rgb(0, 6, 6);
    border-radius: 0px 10px 10px 0px;
    padding: 8px 8px ;
    color: wheat;
}

.button {
    margin-top: 16px;
    padding: 6px;
    border-radius: 8px;
    border: none;
    background-color: #323643;
    color: whitesmoke;
}

.button:hover {
    background-color: rgb(120, 112, 112);


}</pre></body></html>