body
  {
    font-family: 'Poppins', sans-serif;
  }

.vh100 {
    height: 100vh;  
  }

.vh75 {
    height: 75vh;  
  } 

.vh60 {
    height: 60vh;  
  } 

.vh50 {
    height: 50vh;  
  } 

.r
  {
    border: 3px dotted red;
  }

.logo
  {
    height: 80px;
  }

  .logo-text
  {
    font-weight: 600;
  }

.underline
  {
    text-decoration: underline;
  }


.bold
  {
    font-weight: 700;
  }


.bottom-text
  {
    font-size: 10pt;
  } 


.big-text
  {
    font-size: 2em;
  } 

.background-concrete
  {
    background-image: url("/pics/concrete-cracked.webp");
    background-size: cover;
  } 

.background-photos
  {
    background-color: rgb(221, 221, 221);
    background-size: cover;
  } 

  .main-text
   {
    line-height: 200%;
  }

  
  .bottom
  {
    color: black;
  }