
body {
    text-align: center;
    font-family: 'Courier New', Courier, monospace ;
    background-image: url(https://thumb.ac-illust.com/d4/d4feba8028aef903f5cbcd5badcc2169_t.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: x-large;
}
h1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 96px;
    color: black;
}
h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 72px;
  color:rgb(137, 137, 137) ;
  text-align: center;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 72px;
  color: rgb(4, 93, 12);
  text-align: left;
}
h4 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 60px ;
  color: rgb(137,137,137);
  text-align: left; 
  position: relative;
  -webkit-text-stroke-color: rgb(0,0,0);
  -webkit-text-stroke-width: 2px;
  top: -50px;  
  width: 50%;
}
h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 72px;
  color: rgb(4, 93, 12);
  text-align: right;
  margin-right: 20px;
  position: relative;
  top: -760px;
}
h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 60px ;
  color: rgb(137,137,137);
  text-align: right; 
  position: relative;
  top: -900px;  
  margin-left: 700px;
  margin-right: 30px;
  -webkit-text-stroke-color: rgb(0,0,0);
  -webkit-text-stroke-width: 2px;
}
  
.background-image{
  width:1400px;
  }  
.image {
  position: relative;
  text-align: center;
  color: white;
}

.content-left {
  text-align: left;
  color: black;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
}

.img-desp {
  position: absolute;
  top: 150px;
  font-size: 80px;
  color: rgb(37, 240, 23);
  font-family: 'Courier New', Courier, monospace;
  -webkit-text-stroke-color: rgb(0,0,0);
  -webkit-text-stroke-width: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alien-image {
  width: 700px;
  height: auto;
  position: relative;
  margin-right: 120px;
  top: -650px;
  left: 400px;
  border-radius: 20px;
  border: #000000 4px solid;
}
.fridge{
    width: 700px;
    height: auto;
    position:absolute;
    margin-left: -710px;
    margin-top:-1570px;
    border-radius: 20px;
    border: #000000 4px solid;
  }

.navbar{
  width: 100%;
  height: 75px;
  background-color: black;
}
button {
  background-color: rgb(255, 255, 255);
  color: white;
  border-radius:10px;
  text-align: center;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.5s ease;
}

button:hover {
  background-color: rgb(199, 138, 237);
}
.flex-parent {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.jc-center {
  justify-content: center;
}
