.container {
    padding: 0.01em 10em;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.conditions {
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    color: #909399;
}

.condition-description {
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 0.15px;
    color: #303133;
}

.select {
    width: 250px;
    height: 40px;
    padding-left: 8px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 8px;
}

.row {
    display: flex;
    justify-content: space-between;
}
.mt-1 {
    margin-top: 4px;
}
.mt-2 {
    margin-top: 8px;
}
.mt-3 {
    margin-top: 12px;
}
.mt-4 {
    margin-top: 15px;
}
.mt-5 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 20px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-1 {
    margin-left: 4px;
}
.ml-2 {
    margin-left: 8px;
}
.ml-3 {
    margin-left: 12px;
}
.ml-4 {
    margin-left: 15px;
}
.ml-5 {
    margin-left: 20px;
}
.mr-1 {
    margin-right: 4px;
}
.mr-2 {
    margin-right: 8px;
}
.mr-3 {
    margin-right: 12px;
}
.mr-4 {
    margin-right: 15px;
}
.mr-5 {
    margin-right: 20px;
}
.temperature  {
    font-size: 8em;
    color: #C0C4CC;
}

/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
  }
  
  /* The close button */
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* When moving the mouse over the close button */
  .closebtn:hover {
    color: black;
  }