.android-sysreq {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex; 
    background-image: linear-gradient(to bottom, #a4c439, 80%, #90ac32);
    color: #1a1712;
    padding-right: 20px;
    padding-left: 10px; 
    margin-top: 5px; 
    margin-bottom: 5px;
    box-shadow: 2px 2px 10px 0px #a4c439;
    border: 2px solid white;
    border-radius: 20px;
}
.android-sysreq p {
    font-size: 14px;
}
.windows-sysreq {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex; 
    background-image: linear-gradient(to bottom, #00adef, 80%, #0097d1);
    color: #1a1712;
    padding-right: 20px;
    padding-left: 10px; 
    margin-top: 5px; 
    margin-bottom: 5px;
    box-shadow: 2px 2px 10px 0px #00adef;
    border: 2px solid white;
    border-radius: 20px;
}
.windows-sysreq p {
    font-size: 14px;
}
.os-icon {
    height: 64px;
    width: 64px; 
    flex-shrink: 0;
    padding-right: 25px;
    padding-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (max-width: 768px) { /*Mobile only */
    .os-icon {
        width: 50px;
        height: 50px;
        padding-right: 10px;
    }
    .android-sysreq {
        width: 90%;
    }
    .android-sysreq p {
        font-size: 10px;
    }
    .windows-sysreq {
        width: 90%;
    }
    .windows-sysreq p {
        font-size: 10px;
    }
}
