.app-chplay,
.app-msstore {
    width: 140px;
    height: 40px;
}
.logo {
    background-color: white;
    height: 66px;
    width: 66px;
    display: flex;
    align-items: center;
    border-radius: 1rem;
}

.logo img {
    height: 66px;
}

.logo a,
.logo a:hover {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
