.container
{
    color:white;
    background-color: #2B2E4A;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-top: 1px solid black;
    text-align: center;
}

.links
{
    display: flex;
    margin-left: 10px;
    margin-top: 2%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 20px 10px;
    width: 99%;
}

.app_link
{
    width: 180px;
    background-color: white;
    height: 150px;
    max-height: 150px;
    border: 3px solid wheat;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 1.9%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.app_icon
{
    width: 80px;
}