*{
    background-color: black;
    color: white;

}

h1{
    color:springgreen;
}

label{
    font-size: 1.5em ;
}

.container{
    text-align: center;
    margin-top: 200px; 

}

input{
    border-color: yellow;
    box-shadow: 0px 5px 15px yellow;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    background-color: greenyellow;


}

.button{
    background-color:rgb(89, 0, 255);
    color: white;
    height: auto;
    width: 200px;
    border:none;
    padding: 10px;
    border-radius: 15px;
    font-size: medium; 
}

button:hover{
    color: darkorange;
    background-color:white;
    
}

#celsius{
    color: black;
    box-sizing: content-box;
    width: 300px;
}

#fahrenheit{
    color: black;
    width: 350px;
    height: 25px;
}