body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background-color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.temperature {
    font-size: 25px;
}

.cold {
    color: blue; /* -0 alla */
}

.normal {
    color: black; /* 1-19 normaalne */
}

.hot {
    color: red; /* 20+ punane */
}

.EnableLocationText{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: #fff;
        padding: 10px;
        text-align: center;
}