html {
  position: relative;
  /* min-width: 1024px;
    min-height: 768px; */
}

body {
  background-image: url("/public/Image/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.main {
  /* border-radius: 10px 10px 0px 0px; */
  border-radius: 10px;
  text-align: center;
  padding: 2%;

  margin: 15px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 5%;
  margin-bottom: 5%;

  background: rgba(0, 0, 0, 0.6);
  color: white;

  z-index: 1;
  flex: 0 0 auto;
}

.main h1 {
  display: block;
  color: white;
  font-size: 250%;
  text-decoration: underline;
}
/* 
.main img {
  display: inline-block;
  border: 5mm ridge rgb(211, 220, 50);
  transform: scale(1);
  transition: 1.5s;
  height: auto;
  max-width: 100%;
}

.main img:hover {
  transform: scale(1.07);
  transition: 1.5s;
} */

/* .eleve-div {
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  padding: 2%;

  margin: 15px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 5%;

  background: rgba(0, 0, 0, 0.6);

  z-index: 1;

  display: inline-block;
  flex: 0 0 auto;
} */