@charset "utf-8";

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('lowpoly.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.65;
  z-index: -1;
}
body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  height: 100vh;
}

h1 {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  color: rgb(41, 58, 73);
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 20px 0;
  font-size: 2.8em;
  z-index: 1;
}
h6 {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  color: rgb(158, 65, 87);
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 20px 0;
  font-size: 1.0 em;
  z-index: 1;
}
.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img img {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}
.button-1 {
    background: none;
    border: none;
    padding: 0;
  }
  
.button-1:hover {
    cursor: pointer;
  }
.button-5 {
    background: none;
    border: none;
    padding: 0;
  }
  
.button-5:hover {
    cursor: pointer;
  }
  .button{
    width: 500px; 
    height: auto; 
  }
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.6);
  }
  
  .modal-content {
    background-color: rgba(240, 240, 235, 0.6);
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 15% auto; 
    padding: 70px;
    border: 1px solid #888;
    width: 50%; 
  }
  
  .close {
    color: #773737;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.back-btn {
  position: absolute;
  top: 15%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 16px;
  padding: 16px 16px;
  background-color: #5d7d8b;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.back-btn::before {
  content: "\f3d2\f3d2\f3d2";
  font-family: 'Ionicons';
  font-size: 20px;
  position: center;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.back-btn:hover {
  background-color: #94a7ad;
}
