html,
body,
.container {
  height: 100%;
  margin: 0;
}
body {
  font-family: system-ui;
  background: #f06d06;
  height: 100%;
}
.center {
  margin: auto;
  width: 80%;
  border: 5px solid green;
  padding: 0px;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: white;
}

.center_background_image {
  margin: auto;
  //display: block;
  //margin-left: auto;
  //margin-right: auto;
  height: 100%;
  width: 100%;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  //border: 5px solid red;
  //background-image: url("https://i.ibb.co/9HJcFjW/20220203-Snow-Scenics-JB-1198.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto auto;
}
.h1class1 {
  color: white;
  z-index: 50;
  //border: 5px;
   -webkit-text-stroke: 1px black;
}
.image_background_class {
  //text-align: center;
  max-width: 100%;
  max-height: 100%;
}

.resume_div {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  //text-decoration: none;
  z-index: 100;
}

.resume_link {
  background-color: #e63946;
  border-radius: 3px;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
  //box-shadow: 0px 0px 12px -2px rgba(230, 57, 70, 0.5);
  text-decoration: none;
  color: white;
  padding: 0.3em 0.55em;
  z-index: 100;
}

.div_background_image{
position: fixed;
  top: 0;
  left 0;
  height: 100%;
  width: 100%;
  //border: 5px solid red;
  background-image: url("https://i.ibb.co/GH9H31b/Ellipse-Rendering-r2-Page-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}