* {
    box-sizing: border-box;
    padding:0;
}

body {
    font-family: 'monospace,Courier New', Courier, ;
}

.flex-jump-to-menu {
    display:flex;
    background:rgb(174, 235, 170);
    flex-direction:column;
    font-size:20px;
}

.flex-jump-to-menu-title {
    display:flex;
    flex-direction:row;
    justify-content:center;
    justify-items:center;
    align-items:center;
}

.flex-jump-to-menu-content {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    justify-items:center;
    padding:0px 20% 20px 20%;
    flex-wrap:wrap;
}

.flex-jump-to-menu-content div {
    margin:0 15px 0 15px;
}

.flex-container-master {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    justify-items:center;
    padding-top:10px;
    padding-bottom:10px;
}

.flex-container-title {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:10px 15px 10px 15px;
    margin: 15px 115px 0 115px;
    background-color:rgb(0, 61, 81);
    width:90%;
    border-radius: 15px 15px 0 0;
    
}

.flex-container-title h1 {
    color:white !important;
}

.flex-container-app-section {
    display:flex;
    flex-direction:row;
    justify-items: center;
    justify-content:center;
    flex-wrap:wrap;
    background-color:#d2e6ed;
    padding: 25px 10px 15px 10px;
    margin-bottom:40px;
    border-radius: 0 0 15px 15px;
    width:90%;
}

.flex-container-img-txt {
    display:flex;
    flex-direction:column;
    max-width:300px;
    margin:0 15px 25px 15px;
}

.flex-item-img {
    display:flex;
    max-width:300px;
    color:white;
}

.flex-item-txt {
    /*display:flex; */
    display:none;
    width:300px;
    color:black;
    padding:10px;
    margin-top:20px;

}

.appimg {
    height:100%;
    width:100%;
    max-width:100%;
    border-radius:10px;
}

.flex-ads {
    display:flex;
    flex-direction:column;
    justify-items:center;
    align-items:center;
    justify-content:center;
    justify-items:center;
    font-size:10px;
}

.flex-ads p {
    text-align:center;
}