*{
    font-family: 'Poppins', sans-serif;
}

body {
            background-image: url('sunrise.webp'); 
            background-repeat: no-repeat; 
            background-size: cover; 
            background-position: center; 
}
header {
    text-align: center;
    font-weight: 600;
    font-size: 40;
}
h1 {
    text-align: center;
    color: #f0a2a2;
    font-size: 2.5rem;
}

h2 {
    text-align: center;
    color: #333;
}

.fun {
    display: flex;
    justify-content: center;
}

ul{
    color:aliceblue;
    
}
ol{
    color:aliceblue;
    
}
h3 {
    color:aliceblue;
    font-weight: 600
}
.reasons1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f0a2a2;
    padding: 20px;
}
.reasons2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f0a2a2;
    padding: 20px;
}
a {
    color: #f0a2a2;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #f0a2a2;
  text-decoration-thickness: 2px;
}
button {
    background-color: #f0a2a2;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}