.bg-custom {
  background-image: url("../../resources/background/pcatraingreen.gif");
  background-size: cover;
  backdrop-filter: blur(15px);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.resume-view {
  width: 100%;
  height: 100vh;
}
