* 

:root {
   
    --font-normal: 1rem;
  
}


@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CrimsonPro';
    src: url(fonts/Crimson_Pro/static/CrimsonPro-Light.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'CrimsonPro';
    src: url(fonts/Crimson_Pro/static/CrimsonPro-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CrimsonPro';
    src: url(fonts/Crimson_Pro/static/CrimsonPro-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

html {
 
    background-color: #eff5f2;
    scroll-behavior: smooth;
 
}

img {
    object-fit: contain;
    width: 100%;
}

a {
    text-decoration: none;
    font-size: large;
    color: #02874d;
}

.banner { 
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    position: fixed;
    opacity: 95%;
    height: 120px;
    background-color: #02874d;
    width: 100%; 
    justify-content: space-between;


  
  }



.banner-left { 
   
    display: flex;
    width: 100px;
    height: auto;
    padding: 10px 10px 10px 10px;
 

  
  }

  .banner-center { 
   
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fdfdfd ;
    text-align: center;
    font-size: x-large;

   
   
  }
  
  .banner-right { 
   
    display: flex;
    justify-content: right;
    width: 150px;
    padding: 20px 20px 20px 20px;
   
 
  }



body {


    justify-content: space-around;
    align-items: center;
    padding-top: 80px;
    width:  100%;
    min-height: 800px;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-left: 0px;
    background-color: #f7f5f3;
    color: #353434;
   
    
   
}


.context {

    display: flex;
    flex-direction: column;
    height: fit-content;
    max-width: 800px;
    border-radius: 6px;
    text-align: center;
    margin: auto;
    padding: 20px;
    align-items: center;
    
}

.text {

    display: flex;
    flex-direction: column;
    padding: 20px;
}

.picture  {

    display: flex;
    width: 220px;
    max-height: 200px;
    justify-items: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    
}

.footer {

    font-size: smaller;
}



   

    

   







