

.about{
    background-color: #868282;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.apps{
    background-color: #868282;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}


.status{
    color: rgb(20, 223, 20);
    font-weight: bold;
}

.beta{
    color: rgb(74, 20, 223);
    font-weight: bold;
}

.alpha{
    color: rgb(223, 20, 71);
    font-weight: bold;
}

.production{
    color: rgb(20, 176, 223);
    font-weight: bold;
}

.apps .apps-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apps-list div {
    width: 150px;
    height: 210px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: black 1px solid;
    box-shadow: 0 0 10px #ccc;
}

a{
    text-decoration: none;
}



.contact-info{
    background-color: #868282;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}


.contact-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.contact-list div {
    width: 150px;
    height: 100px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    border: black 1px solid;
    box-shadow: 0 0 10px #ccc;
}
