﻿.center-box {
    background: rgba(255, 255, 255, 0.3);
    padding: 2rem 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.29);

    color: white;
    position: relative;
    z-index: 1;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 400px;
    max-width: 90%;

    min-height: min-content;
    /*max-height: 90%;*/
}

hr.solid {
    border: 0;
    border-top: 3px solid #bbb;
    border-radius: 2px;
    margin: 1em 0;
    width: 100%;
}

#install-button-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
}

#title img {
    max-width: 100%;
    height: auto;
}

/*TODO USE THIS LATER*/
/*#title h1 {*/
/*    fo    nt-size: 2rem;*/
/*    margin-bottom: 0;*/
/*    margin-top: 0;*/
/*    */
/*    background: linear-gradient(to right, #11998e, #38ef7d);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

#title span {
    font-size: 1rem;
    color: #ccc;
}

#title hr.solid {
    margin-top: 0.5rem;
    border-color: aliceblue;
}
