#banner{
    height: 250px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    position: relative;
}

#banner h1{
    color: #574242;
    z-index: 1;
}

header{
      background-color: #CDDE9E;
}

.Stars{
    position: absolute;
    right: 0;
}

.Stars img{
    max-width: 250px;
    padding-right: 15px;
}

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

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


h2{
    font-family: 'Lexand Exa', sans-serif;
    color: #A387B2;
    font-size: 2rem;
}

main {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    gap: 50px;
}

body{
    background-color: beige;
    margin: auto;
}

article{
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto;
    gap: 20px;
    max-width: 650px;
}

time{
    display: inline-block;
    margin-bottom: 1.2rem;

    font-family: 'Lexand Exa', sans-serif;
    font-size: 1rem;
    background-color: #A387B2;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

p{
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

a:hover{
    background-color: beige;
}

a{
    color:#A387B2;
}

footer{
    text-align: center;
    width: 100%;
    padding-top: 2px;
}

footer a{
    color: #A387B2;
}

footer p{
    color: #574242;
}

