#background1 {
    background-color: rgb(66, 112, 66);
    color: rgb(66, 112, 66);
}

#title {
    color: white;
    text-shadow: 0 0 5px black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 50px ;
}

#decoration {
    box-shadow: 0 0 10px black;
    border: 5px solid black;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#texts {
    text-align: center;
    color: white;
    font-size: 45px ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-shadow: 0 0 2px black;
    border: 5px solid black;
    background-color: rgb(117, 131, 100);
    width: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#year {
    text-align: center;
    color: white;
    font-size: 46px ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-shadow: 0 0 5px white;
    border: 1px solid black;
    background-color: black ;
    width: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
