.container {
    position: absolute;
    width: 320px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -160px;
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 100px;
    color: #FFF;
    font-size: 24px;
    background: #FA6D66;
    border: 1px solid #F8625B;
    opacity: 0.85;
    text-decoration: none;
    outline: none;
}

.container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 110px;
    width: 100px;
    height: 100px;
    background-image: url('./favicon.ico?bf86d8bb-b50e-4050-ac50-963505ebccd1');
    background-size: 100px;
    z-index: -1;
    opacity: 0.1;
}

#install {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.container:hover {
    background: #F8625B;
    border: 1px solid transparent;
}

.container:active {
    background: #F7807A;
    border: 1px solid #F7807A;
}