.site-footer {
    position: relative;
    padding: 5px;
    background-color: #ff9900;
}

.site-footer p {
    padding: 0px;
    margin: 0px;

    text-align: center;
    font-size: 0.9rem;
    color: white;
}

.go-to-top {
    position: absolute;
    right: 20px;
    top: -50px;
    text-align: right;
}
