.autumn{
    width:800px;
    height:200px;
}
body{
    background-color: #1e3b22;
    display:flex;
    width:100vw;
    height:100vh;
    flex-direction: column;
    align-items: center;
}
h1{
    color:white;
}
p{
    color:white;
}
