.arrowLeftCustom {
    top:2rem;
    text-align: left;
    position: absolute;
    left: 1rem;
    text-decoration: none;
    padding: 0.3rem;
    border: 1px dotted #058ad9;
    border-radius: 0.5rem;
    font-size: 2rem;
}

.arrowRightCustom {
    top:2rem;
    text-align: right;
    position: absolute;
    right: 1rem;
    text-decoration: none;
    padding: 0.3rem;
    border: 1px dotted #058ad9;
    border-radius: 0.5rem;
    font-size: 2rem;
}


.stiriCenter2 { 
    text-align: left;
    position: absolute;
    top: 1.9rem;
    left: 5rem;
    right: 5rem;
    text-decoration: none;
    padding: 0.3rem;
    border: 1px dotted #058ad9;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    height: inherit;
    line-height: inherit;
    background-color: aliceblue;
    margin-top: 1rem;
    text-align: center;
}

.stiriCenter3 {   
    text-align: left;
    position: absolute;
    top: -0.7rem;
    left: 5rem;
    right: 5rem;
    text-decoration: none;
    padding: 0.3rem;
    border: 1px dotted #058ad9;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    height: inherit;
    line-height: inherit;
    background-color: aliceblue;
    margin-top: 1rem;
    text-align: center;
}


header.specialCustom {
  text-align: center;
  margin-bottom: 4rem;
  font-style: italic;
  margin-top: 7rem;
  }

  .clickableUsefulResources {
      
      text-align: left;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 600;
      
  }