.body{
        background-color: black;
}

.temp {
    margin: 20px,20px,60px,20px;
    padding-left: 30px;
    color: white;
    font-family: sans-serif;
    font-style: italic;
    background-image: url("../images/apralogo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

.footer {
    margin: 3,3,3,3;
    color: black;
    font-family: sans-serif;
    font-style: bold;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 20px;
    background-color: grey;
    text-align: right;
}
