html { background-color:aliceblue;}

body {
    font-family: sans-serif;
    object-position: center;
    background-color: white;
    width: 80%;
    height: calc(90vh);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-size: 20px;
}

#title1{
    font-family: sans-serif;
font-size: 300%;
    font-weight: bold;
    text-align: center;
    font-stretch: expanded;

}

#footer1{
    color: chartreuse;
    position: fixed;
    bottom: 20px;
}
