.quantico-regular {
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.quantico-bold {
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.quantico-regular-italic {
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.quantico-bold-italic {
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: italic;
}

:root {
    --grey-color: #242424ff;
    --black-color: #1a1a1aff;
    --yellow-color: #ffc90eff;
    --green-color: #008000ff;
    --white-color: #f7f1f1;

}

body {
    font-family: "Quantico";
    font-size: 16pt;
    background: var(--black-color);
    background-image: url("img/background.png");
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1920px;
    width: 1080px;
    /*overflow: hidden;*/
    color: var(--white-color);
    /* border: 1px solid red; */

}

#container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


h1 {
    text-align: center;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    width: 50%;
}

#mainWrapper {
    display: flex;
    align-items: left;
    flex-direction: row;
    align-items: flex-start;
    /*border: 1px solid red;*/
}

#mainWrapper>img {
margin: 21.3333px 0px;
}
#mainWrapper>p {
    max-width: 30ch;
    text-align: left;
    padding-right: 2%;
    /* line-height: 1.6; */
}

#solcelle {
    max-width: 30ch;
    height: auto;
}

#mainWrapperEN {
    max-width: 60ch;
    text-align: left;
}

.timestamp {
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: var(--white-color);
}

#apiWrapper {
    display: flex;
    align-items: left;
    flex-direction: row;
    /*border: 1px solid red;*/

}

#solarWrapper {
    padding: 2%;
    width: 600px;
    height: auto;
}


.plant {

    border-radius: 10px;

    padding: 20px;
    margin: 15px auto;
    /*max-width: 500px;*/

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--white-color);
    /*font-family: 'Arial', sans-serif;*/

    /*background: rgba(255, 255, 255, 0.15);*/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, #f4efef, #090909, 0, 9);
}

.plant h2 {
    margin-top: 0;
    font-size: 1.3rem;
    color: var(--yellow-color);

}

.plant p {
    margin: 5px 0;
    font-size: 1rem;
    color: var(--white-color);

}



#weather {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* gap: 30px; */
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    width: fit-content;
    color: var(--white-color);
    /*font-family: 'Arial', sans-serif;*/

    /*background: rgba(255, 255, 255, 0.15);*/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, #f4efef, #090909, 0, 9);

}

#weather-icon {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

#weather-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*   #weather img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  #weather h2 {
    font-size: 3em;
    margin: 10px 0;
  }
  #weather p {
    font-size: 1.8em;
    margin: 10px 0;
  } */

  #support {
    width:250px;
    margin-top:15%;
  }