@media only screen and (orientation:portrait) {
    #link-play {
        transform: scale(0.8);
    }
    #link-install-ios, #link-install-android {
        width: 80%;
    }
}

@media only screen and (orientation:landscape) {
    #logo {
        width: 50%;
        clear: both;
        margin: auto;
    }
    #actions:after  {
        content: "";
        display: table;
        clear: both;
    }
    #actions div {
        width: 50%;
        float: left;
    }
    #link-play  {
        transform: scale(0.55);
    }
    #link-install-ios, #link-install-android {
        width: 60%;
        display: block;
    }
}

#logo img {
    margin: 30px auto;
    display: block;
    max-width: 100%;
}
#actions {
    margin-top: 50px;
}
#actions a {
    display: block;
    margin: auto;
    margin-top: 20px;
}

#actions a img {
    width: 100%;
}

#link-install-android, #link-install-ios {
    width: 325px;
    transform: scale(0.8);
}
#link-install-ios img {
    width: 325px;
}

:root {
  --play-btn-start: rgba(0, 168, 255, 1);   /* Lighter blue gradient start */
  --play-btn-end: rgba(0, 112, 204, 1);     /* Deeper blue gradient end */
  --play-btn-border: #66ccff;               /* Light blue border */
  --play-btn-stroke: #005ea6;               /* Darker blue stroke */
}
