@charset "utf-8";

body
{
  background: url(lowpoly2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
h1
{
    position:absolute;
    color: #ffda60;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.85em;
}
h4
{
    top: 2%;
    left: 50%;
    position:absolute;
    color: #fff3cb;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.85em;
}
.back-btn 
{
    font-size: 16px; 
    padding: 16px 16px; 
    background-color:#a54c52; 
    color: #fff; 
    border: none; 
    cursor: pointer; 
    position: fixed;
    left: 20px; 
    top: 100px; 
    z-index: 9999;
  }
  
  .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:#ae7f8c;
  }
  nav {
    background-color: transparent;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  nav li {
    margin-right: 10px;
  }
  
  nav li:last-child {
    margin-right: 0;
  }
  .data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .data p {
    margin-right: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 500px;
    font-size: 17px;  
    color: aliceblue;
  }
  
  .data img {
    max-width: 50%;
    height: auto;
  }
  
  .REFERENCE
  {
    margin-right: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 500px;
    font-size: 10px;  
    color: aliceblue;
  }
  .btn1
{
  position: fixed;
  left: 50%;
  bottom: 1%;
  transform: translateX(-50%);
  background-image: url('imgp1.png');
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  }
  nav li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgb(240, 240, 235, 1);
    background-color: rgba(66, 64, 56, 0.6);
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 60px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    width: 300px;
    height: 90px;
    opacity: 0.95;
  }
  
  nav li a:hover {
    background-color: #161615;
    color: #fff;
    opacity: 0.9;
  }