.mypromo {
    background-color: gray;
    display: flex;
    height: 3vh;
}

.promo-link {
    color: black;
    text-decoration: none;
    text-align: right;
    font-size: 1.1vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}