#backWindowPage {
    position: fixed;
    background: #fff;
    z-index: 1;
    padding: 12px 15px;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
}
#backWindowPage img{
    max-width: 120px;
}
#backWindowPage a:nth-child(2){
    color: #fff;
    background: var(--color-primary);
    padding: 10px;
    border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#backWindowPage .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}