.headerContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #293133;
    color: #4982d1;
    font-size: 5vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

    border-bottom-left-radius: 5vh;
    border-bottom-right-radius: 5vh;
}

#buttonContainer{
    width: 100%;
    display: flex;
}

#lowerContainer{
    width: 100%;
    display: flex;
}
#tempContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

    margin: 0.2vw;
    width: 20vw;
    height: 42vh;
    background-color: #293133;
    border-radius: 5vh;
    font-size: 5vw;
    color: #4982d1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#logContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    
    overflow-x: auto;
    overflow-y: scroll;
    margin: 0.2vw;
    width: 100%;
    height: 42vh;
    background-color: #293133;
    border-radius: 1vh;
    font-size: 2vh;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
#logValue{
    height: 100%;
    margin-left: 1%;
}


.mainButtons{
    margin: 0.2vw;
    width: 50vw;
    height: 50vh;
    background-color: #293133;
    border-radius: 5vh;
    border: 0.5vw solid #293133;
    font-size: 15vh;
    color: #4982d1;
}
.mainButtons:active{
    background-color: #171c1d;
}



body{
    margin: 0;
    background-color: #131718;
}

.login_form{
    display: flexbox;
    padding: 1vh;
    width: 100vw;
    justify-content: center;
    background-color: #293133;
    color: white;
    font-size: 3vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 1vh;
}
.login_form input{
    height: 3vh;
    margin: none;
    font-size: 3vh;
}

#loginForm_Submit{
    background-color: #293133;
    color: white;
    font-size: 2vh;
}

.headerButton{
    background-color: #060707;
    border-radius: 1vh;
    border: none;
    font-size: 2vh;
    font-weight: bold;
    color: #4982d1;
}
.headerButton:hover{
    background-color: #293133;
    cursor: pointer;
}

#iotConnectionStatus{
    font-size: 2vh;
    margin-left: 1vw;
    color: red;
}