body{
    text-align: center;
    font-family: Verdana, Arial, Calibri;
    background-color: #d75e12e9;
    color: white;
    font-size: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 1.5em;
    margin-bottom: 50px;
    margin: 50px;
}

a{
    color: white;
    font-style: italic;
}

a:hover{
    color: orangered;
}

p{
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

hr{
    margin: 0px;
}

footer{
    position: absolute;
    bottom: 0px;
    display: block;
    opacity: 0.5;
    font-weight: bold;
    align-self: end;
}