body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.outline_text {
    -webkit-text-fill-color: transparent; /* Safari and newer Chrome */
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000; /* Outline color */
  }

.my-bg {
    background: linear-gradient(to right, #ffffff9c, #ffffff9c), url('./../images/bg2.jpg');
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
}