.myfooter {
    height: 35.5px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    text-align: center;
}

.myPoweredBy {
    margin-top: auto;
    margin-bottom: auto;
}

.myOrange {
    color: #ff6600;
}
