body { 

    font-family: 'DM Sans', sans-serif;
    background-color: #005151;
    color: #30CEBB; 
  
}

.tpp-app {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-wrap-style: pretty;
    text-align: justify;
    text-align-last: center;
    margin: 0 auto;

}

.tpp-header{

    text-wrap-style: none;
    font-weight: 500;
    font-size: xx-large;
    margin-top: .5em;
    margin-bottom: .5em;

}

.tpp-body{

   text-align-last: left;
   overflow-y: auto;
   padding-right: 1em;
   padding-left: 1em;
   scrollbar-gutter: stable both-edges;

}

.tpp-link { 

    display: block;
    padding: .5em 1em;
    border-radius: 2em;
    background-color: transparent;
    border: 1px solid #30CEBB;
    color: #30CEBB;
    text-decoration: none;
    font-size: medium;
    transition: background-color 0.15s, color 0.15s;
    text-align: center;
    width: 75%;
    align-self: center;

}

.tpp-link:hover {

    background-color: #59d7c8;
    color: #005151;

}

.tpp-link:active {
            
    background-color: #30CEBB;
    color: #005151;

}

p { 

   text-indent: 2em;

}

@media all and (min-width:321px) and (max-width: 568px) {
  body { 

    font-family: 'DM Sans', sans-serif;
    background-color: #005151;
    color: #30CEBB; 
  
}

.tpp-app {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 95%;
    display: flex;
    flex-direction: column;
    text-wrap-style: pretty;
    text-align: justify;
    text-align-last: center;
    margin: 0 auto;


}

.tpp-header{

    text-wrap-style: none;
    font-weight: 500;
    font-size: x-large;
    margin-top: .5em;
    margin-bottom: .5em;

}

.tpp-body{

   text-align-last: left;
   overflow-y: auto;
   padding-right: 1em;
   padding-left: 1em;
   scrollbar-gutter: stable both-edges;

}

.tpp-link {

    display: block;
    padding: .5em 1em;
    border-radius: 2em;
    background-color: transparent;
    border: 1px solid #30CEBB;
    color: #30CEBB;
    text-decoration: none;
    font-size: medium;
    transition: background-color 0.15s, color 0.15s;
    text-align: center;
    width: 75%;
    align-self: center;

}

.tpp-link:hover {

    background-color: #59d7c8;
    color: #005151;

}

.tpp-link:active {
            
    background-color: #30CEBB;
    color: #005151;

}

p { 

   text-indent: 2em;

}
}