body {
    font-family: Calibri, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(235, 235, 235);
}

#header {
    background-color: #0d3849;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#headerTitle {
    display: flex;
    align-items: center;
    gap: 20px;
}

#name {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

#headerButtons {
    display: flex;
    gap: 10px;
}

#headerButtons button {
    font-size: 1.5rem;
    font-weight: bold;
    background-color: rgb(235, 235, 235);
    color: #0d3849;
    padding: 8px 15px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}

#headerImage {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#headerText {
    position: absolute;
    top: 10%;
    right: 5%;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
    font-size: 3rem;
    font-weight: bold;
    text-align: right;
    padding: 10px 15px;
    border-radius: 5px;
}

#linkRedirect {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#link-redirect {
    padding: 15px 25px;
    background-color: #0d3849;
    color: white;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 8px;
}


#subsections {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#subsections div {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}

#whatawSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

#description {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
}

#whatIsWeatherBox {
    font-size: 2rem;
    font-weight: bold;
}

#description span {
    font-size: 1.5rem;
}

#video {
    border: 1px solid black;
    border-radius: 5px;
}

#howToUseSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#instructionsSetUp, #instructionsDashboard{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    border-radius: 50px;
    gap: 30px;
    background: rgb(215, 215, 215);
    width: 65% !important;
    margin: 20px auto !important;
    box-sizing: border-box !important;
}

#howToSetUpWeatherBox, #howToUseWeatherBox {
    font-weight: bold;
    font-size: 2rem;
}

.steps {
    margin-right: 80%;
    text-decoration: underline;    
}

.guide {
    font-size: 1.5rem;
}

#dashboard-redirect, #purchase-redirect {
    padding: 15px 25px;
    background-color: #0d3849;
    color: white;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 8px;
}

#supportSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    background-color: #0d3849;
    width: 100%;
    text-align: center;
    padding: 0px;
    max-height: 170px;
    overflow: hidden;
    padding: 0px;
}


#right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
}

#left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
    padding: 0px;
}

#SignUp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
    gap: 0px;
    margin: 10px 0;
    padding: 0px;
}

#signUpEmail {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid black;
    border-radius: 5px;
    width: 200px;
}

#signUpButton {
    padding: 8px 15px;
    background-color: #2c7896;
    border: 1px solid black;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
}

#outputText {
    margin-top: 5px;
    font-size: 1.2rem;
    padding: 0px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
