body {
    background-color: black;
}

#himradio {
    position: fixed;
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
}

#install-button {
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    width: 100px;
}

#install-button:hover {
    cursor: pointer;
}

.download {
    display: flex;
    padding: 10px;
    gap: 20px;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.warning > span {
 font-weight: bold;
 color:rgb(248, 106, 106);
}