h1 {
    font-family: "Sirivennela", sans-serif ;
    font-size: 300px;
    font-weight: 550;
    text-align: center;
    margin: -20px;
}

.home {
    background: url(Background/background2\ \(1\).png);
    background-size: cover;
}

.container {
    height: calc(100vh - 0px);
    background-color: rgb(224, 242, 253);
    display: block;
    margin: 40px;
    border: 2px solid black;
    padding: 40px;
    padding-bottom: 800px;
}

h2{
    font-family: "Noto Serif", serif;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    padding-top: 35px;
    letter-spacing: 3px;
}

.words{
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    font-size: 22px;  
    margin-left: 50px;
    margin-right: 50px;
    color: rgb(94, 83, 83);
}

.divider {
  width: 80px;
  height: 3px;
  background-color: #026391;
  margin: 5px auto;
  border-radius: 10px;
}

.container h3{
     font-family: "Meow Script", cursive;
    font-weight: 400;
    font-size: 60px;
    margin-top: -20px;
}

#resources {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 28px;  
    margin-left: 50px;
    margin-right: 50px;
    color: rgb(94, 83, 83);
}

.important {
    color:rgb(5, 5, 5);
    font-weight: 700;
}

.buttons-options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 20px;
}

#button1 {
    background-color: rgba(73, 99, 160, 0.89);
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 999px;
    cursor: pointer;
    padding: 10px 20px;  
    text-decoration: none; 
    transition: all 0.3s ease;
}

#button2 {
    background-color: rgba(73, 99, 160, 0.89);
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 20px;  
    text-decoration: none; 
    transition: all 0.3s ease;
}

#button1:hover {
    background-color: rgba(152, 179, 243, 0.925);
    transform: scale(1.05);
}

#button1:active {
    background-color: rgba(73, 99, 160, 0.89);
    transform: scale(0.95);
    
}

#button2:hover {
    background-color: rgba(152, 179, 243, 0.925);
    transform: scale(1.05);
}

#button2:active {
    background-color: rgba(73, 99, 160, 0.89);
    transform: scale(0.95);
    
}

#message1 #message2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    color: #000000;
    opacity: 0;              
    transition: opacity 0.7s ease;
}

.visible { 
    opacity: 1;
}

.resources-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 400;
    background-color: #fdf363b0;
    color: #000000;
    border-radius: 933px;
    cursor: pointer;
    padding: 10px 20px;  
    text-decoration: none; 
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.btn:hover {
    background-color: #fff240e3;
    transform: scale(1.05); 
}

.btn:active {
    background-color: #fff89ae3;
    transform: scale(0.95);
}

.funfacts-body {
    background: url(Background/background3.jpg);
    background-size: cover;
}

.container2 {
    height: calc(100vh - 0px);
    background-color: rgb(243, 243, 243);
    display: block;
    margin: 80px;
    border: 2px solid black;
    padding: 40px;
    padding-bottom: 8000px;
}

.breakfast-body {
    background: url(Background/background5.jpg);
    background-size: cover;
}

.strategies-body {
    background: url(Background/background4.jpg);
    background-size: cover;
}
    

.breakfast-kinds {
    font-family: "Libre Caslon Display", serif;
    font-weight: 600;
    text-align: left;
    font-size: 40px;  
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: -7px;
    color: rgb(0, 0, 0);
    letter-spacing: 3px;
}

.breakfast-box li {
    margin-left: 60px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 500;
}

.recipe li {
    font-size: 16px;
    margin-left: 10px;
    font-family: 'Times New Roman', Times, serif;
}

.recipe p {
    font-size: 18px;

}

.preparation {
  display: none;          
  margin-top: 10px;
  padding: 10px;
  background: #f0f8ff;
  border-radius: 8px;
  transition: all 0.5s ease;
}

button.toggleprep {
  display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    border-radius: 933px;
    cursor: pointer;
    padding: 6px 12px;  
    text-decoration: none; 
    background-color: #ffcc70;
    margin-top: 5px;
    margin-bottom: 9px;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

button.toggleprep:hover {
  background-color: #ffa500;
}

button.toggleprep:active {
  background-color: #ffcc70;
}

.preparation {
  font-family: 'Times New Roman', Times, serif;
    font-size: 10px;
    max-width: 750px;
    margin-left: 10px;
    background:#f0f8ff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    line-height: 1.8;
    text-align: left;
    position:relative;
    border-left: 6px solid #e8cfa0;
    margin-bottom: 18px;
    }

    #container-3 {
    display: block;
    justify-content: center;
    margin-top: 90px;
    padding: 15px;
    background-color: #fff8dc;
    border-radius: 8px;
    font-size: 1.1em;
    text-align: center;
    transition: all 0.5s ease;
    }

    #funfact-btn {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #000000;
    border-radius: 999px;
    cursor: pointer;
    padding: 15px;  
    text-decoration: none; 
    background-color: #f4ff5b;
    margin-top: 5px;
    margin-bottom: 9px;
    transition: transform 0.2s ease, background-color 0.3s ease;
    }

    #funfact-btn:hover {
        background-color: #f4fa9b;
    }

    #funfact-btn:active {
        background-color: #f4ff5b;
    }

#funfact {
    font-family: "Noto Serif", serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 9px;
    letter-spacing: 4px;
    margin-top: -20px;
    color: #2c2c2c;
}

.tips {
    margin-left: 4px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}

.subtitle {
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    font-size: 20px;  
    margin-left: 50px;
    margin-right: 50px;
    color: rgb(63, 61, 61);
}

.space {
    margin-bottom: 70px;
}

.motivation-box {
    display: block;
    justify-content: center;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 90px;
    padding: 50px;
    background-color: #adc5fa96;
    border-radius: 80px;
    text-align: center;
}

#motivation {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #000000;
}

#motivation-btn {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #000000;
    border-radius: 999px;
    cursor: pointer;
    padding: 15px;  
    text-decoration: none; 
    background-color: #8886fc;
    margin-top: 5px;
    margin-bottom: 9px;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

#motivation-btn:hover {
    background-color: #8f8f8f;
}

#motivation-btn:active {
    background-color: #ffffff;
}

.picture {
  justify-content:center;
  height: auto;
  margin: 30px auto;
  margin-bottom: 0%;
  display: block;
  max-width: 100%
}