@import url('https://fonts.googleapis.com/css2?family=Julee&display=swap');
body {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(#e6e6e6, #bbbbbb);
    background-position: 0% 90%;
    background-image: url("https://images.pexels.com/photos/1431822/pexels-photo-1431822.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Julee', cursive;
    margin: 0;
}

main {
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap: 29px;
    margin-top: 80px;
}

body>h1 {
color: #ffffff;
text-shadow: #030303 2px 2px;
margin: 0;
font-size: 54px;
font-family: 'Julee', cursive;
}

#main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 900px;
    height: 135px;
    border-radius: 10px;
    box-shadow: 10px 14px 28px rgb(0, 0, 0), 10px 10px 10px rgba(0, 0, 0, 0.22);
    background-image: url(https://images.pexels.com/photos/19670/pexels-photo.jpg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-position: center;
    margin-top: -60px;
}

#form {
    width: 760px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}


#form>h1 {

    padding: 4px;
    margin-top: -0.3em;
    color: rgb(55, 65, 248);
}

label {
    margin-top: 4px;
    color: rgb(21, 157, 225);
    font-weight: bold;
}
#btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    
}
#form #add-weather, #edit-weather {
    background: rgb(24, 5, 241);
    padding: 5px;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 400;
    font-size: 12pt;
    margin-top: 10px;
}

#form #edit-weather:disabled {
    background-color: #bbbbbb;
}

#form #add-weather:disabled {
    background-color: #bbbbbb;
}


#form #add-weather:hover {
    background: transparent;
    box-shadow: 0 0 0 3px #4183d7;
    color: #4183d7;
}

#form input {
    width: 130px;
}

.container .change-btn,
.container .delete-btn {
    display: inline-block;
    background: rgb(77, 137, 228);
    padding: 6.5px;
    width: 60px;
    border: none;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 9pt;
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 30px;
    
}

button {
    cursor: pointer;
}

#celsius{
    font-size: 20px;
}

.buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/vecteezy_white-cloud-clipart-design-illustration_9302650_805.png');
}

.change-btn:hover,
.delete-btn:hover {
    background: transparent;
    box-shadow: 0 0 0 3px #070707;
    color: #040404;
}

.clear-btn, #load-history {
    background:rgb(90, 119, 245);
    padding: 6.5px;
    width: 140px;
    border: none;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 9pt;
    margin-top: 1em;
}

.clear-btn:hover, #load-history:hover {
    background: transparent;
    box-shadow: 0 0 0 3px #000000;
    color: #060606;
}

.change-btn:disabled,
.delete-btn:disabled {
    background: linear-gradient( 135deg, #bdbdbd 0%, #cfcfae 100%);
}

.change-btn:disabled:hover,
.delete-btn:disabled:hover {
    box-shadow: none;
    color: #fcfcfc;
}


#list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
margin-top: 50px;
}

h2 {
    padding: 5px;
    margin-top: 0.5em;
    color: rgb(3, 12, 131);
    font-size: 23px;
}

#history {
    height: 400px;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 2em;
}

#history>h2,
#finished-course>h2 {
    font-size: 20px;
}

.container {
    height: 124px;
    width: 220px;
    display: flex;
    align-items: center;
    flex-direction: column;
background-image: url('../img/vecteezy_white-cloud-clipart-design-illustration_9302650_805.png');
background-repeat: no-repeat;   
background-size: cover;
    border-radius: 5px;
}


#wrapper {
    justify-content: center;
    display: flex;
}

.container {
    text-align: center;
   
}

.container>h2 {
    color:rgb(73, 157, 252);
    font-size: 16px;
    text-align: center;
    padding-left: 2px;
    padding: 3.5px;
    font-weight: 700;
    margin-bottom: -0.7em;
    margin-top: 0.25em;
    background-color: rgb(231,245,255);
    border-radius: 10px;
}

.container>h3 {
    color: rgb(0, 0, 0);
    font-size: 13px;
    text-align: left;
    padding-left: 2px;
    padding: 5px;
    font-weight: 700;
    margin-bottom: -1.68em;
}

.container>h4 {
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    text-align: left;
    padding: 5px;
    font-weight: 600;
    margin-bottom: -0.1em;
}