h1,h2,h3,h4{
    font-family: 'Comfortaa';
    font-weight: bold;
    color: black;
}
a,div{
    font-family: 'Comfortaa';
    color: black;
}

body {
    background: linear-gradient(180deg, #b3edff 0%, #BEB9FF 100%) fixed;
}

.box {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(54px);
    border-radius: 20px;
}

.box-2 {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding:40px;

}
.column {
    background: rgba(255,255,255, 100);
    margin: 10px;
    min-width: 100px;

}
.devices{
    display: center;
}

@media (max-width: 767px) {
    .sidebar {
        display: none;
    }
}

.round {
    border-radius: 1.5rem;
}

.user-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    float: left;
    margin-right: 0.8 rem;
}
.container{
    padding-bottom: 10px;
}

.active{
    background:rgba(255,255,255,0.5); 
    width: 150px;
    border-radius: 10px 0 0 10px;
}
.menu{
    padding: 15px;
    margin-left:20px ;
}
.user-name{
    padding:5px;
    padding-right: 15px;
}
.col{
    border-radius: 10px;
    padding: 15px
}
a:link {
    text-decoration: none;
}
.icon{
    height: 50px;
}
.io{
    height: 35px;
    margin-left: 10px;
    justify-content: space-around;
}
.slider{
    transform: rotate(-90deg);
    text-align: center;
    max-width: 30px;
    align-items: center;
    margin-bottom: -20px;
    margin-top: 75%;
    margin-right: 10%;
    display: flex;
}
.text-slider{
    transform: rotate(90deg);
    padding-top: 50%;
    min-height: 30px;
    min-width: 35px;
}
.temp {
    min-height: 200px;
    padding-bottom: 0;
}
.elem-centre{
    justify-content: space-around;
    min-height: 150px;
    align-items: center;
    text-align: justify;
}
.value-t{
    margin-left: 10%;
    margin-right: 20%;
    font-weight: bold;
    font-size: x-large;
    text-align: center; 
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 10px;
}
.value-l{
    padding-left: 5px;
    margin-right: 10%;
}
.box-value{
    border-radius: 15px;
    background: linear-gradient(97.49deg, #b9e0ff 1.47%, #dddbfa 100%);
}
.box-devices{
    padding: 10px 10px 0px 30px;
}
.switch{
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}
.custom-control-input{
    min-width:  10px;
}
.text-devices{
    text-align: center;
}
.cont-centr{
    align-items: center;
}
.weaher{
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    font-size: x-large;
}
.logo{
    max-width: 150px;
    margin: 10px;
}
.camera-switch{
    min-width: 60%;
}
.video{
    border-radius: 10px;
    text-align: center;
}
.contact{
    height: 30px;
}