body, html {
width: 100% !important;
height: 100% !important;
    padding: 0px;
    margin: 0px;
    font-family: 'Courier';
    font-weight: normal;
    line-height: 1.5;
    color: #332A28;
    background: rgb(244, 236, 216);
    scroll-behavior: smooth;
}

body {
  font-family: "Courier New", Courier;
   font-weight: normal;
   font-size: 18px;
}

#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #332A28;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#spinner {
    animation: rotate 0.56s infinite linear;
    width:60px;
    height:60px;
    border:6px solid #fff;
    border-bottom:6px solid #332A28;
    border-radius:50%;
    margin:0;
}
@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
#header {
    width:80%;
    padding:4% 10%;
    text-align:center;
    position:absolute;
    transition:0.6s ease-in-out;
}
#header div {
    display:block;
}
#my-panel iframe {
	border: none;
	width:100%;
	height:80vh;
}
  
 #title {
font-size:90px;
background-image: linear-gradient(to left, #d1080e 0%, #D1080E 100%);
-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color: transparent;
background-size:500% 500% !important;
-webkit-animation: Gradient 20s ease infinite;
-moz-animation: Gradient 20s ease infinite;
-o-animation: Gradient 20s ease infinite;
animation: Gradient 20s ease infinite;
font-family: 'Times New Roman';
font-weight: bold;
font-style: italic;
}

h1 {
font-family: "Times New Roman";
font-size: 70px;
font-weight: bold;
  font-style: italic;
color: #D1080E;
}

h2 {
font-family: "Times New Roman";
font-size: 34px;
font-weight: normal;
font-style: italic;
color: #D1080E;
}

h1, h2 {
    margin-left: 350px;
    margin-right: 350px;
    margin-bottom: 2em! important;
    margin-top: 2em! important;
    line-height: 1.5;
  }

p {
    margin-left: 350px;
    margin-right: 350px;
    margin-bottom: 2em! important;
    margin-top: 2em! important;
    line-height: 1.5;
    text-align: left;
  }
  
#links {
    margin:40px 0px;
    transition:0.6s ease-in-out;
    font-size: 20px;
    font-weight: bold;
    color:#332A28;
}

#links a {
    margin:0px 30px;
    color:inherit;
    text-decoration:none;
    transition:0.4s ease-in-out;
    padding:5px 8px;
    border-bottom:2px solid transparent;
}
#links a:hover {
    border-bottom:2px solid rgb(244, 236, 216);
}
#middle {
    width:100%;
    height:80vh;
    background: linear-gradient(to bottom, rgb(244, 236, 216), rgba(0,0,0,0.7)), url("image1.png") center center fixed;    background-size:100% auto;
    background-repeat:no-repeat;
    color:white;
    display:flex;
    justify-content:center;
    flex-direction:column;
    transition:1s ease-in-out;
    padding-top:20vh;
}
#tagline {
    font-size:50px;
    width:60%;
}

#Our Project {
    width:80%;
    padding:2% 10%;
}
#Our Project div h1 {
    font-size:40px;
    background-image: linear-gradient(to left, #FF4B2B 0%, #D1080E 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
    background-size:500% 500% !important;
    -webkit-animation: Gradient 20s ease infinite;
    -moz-animation: Gradient 20s ease infinite;
    -o-animation: Gradient 20s ease infinite;
    animation: Gradient 20s ease infinite;
}
#Introduction {
    margin:2vh 0px !important;
    padding:1vh 0px !important;
    align-items: center;
}
#Project Brackground {
    margin:2vh 0px !important;
    padding:1vh 0px !important;
    align-items: center;
}

.references li {
  margin-left: 350px;
  margin-right: 350px;
}

.project div {
    font-weight:normal;
}

#my-panel2 iframe {
	border: none;
    padding:5px 8px;
    border-top:2px solid transparent;
}

#my-panel3 iframe {
	border: none;
	width:100%;
	height:80vh;
}

#my-panel5 iframe {
	border: none;
	width:100%;
	height:80vh;
}

#footer {
    text-align: center;
    background-color: #D1080E;
    color: rgb(244, 236, 216);
    padding: 10px;
  }

::-webkit-scrollbar {
    width:5px;
    height:5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #000; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
@-webkit-keyframes Gradient {
0% {background-position: 0% 50%}
50% {background-position: 100% 50%}
100% {background-position: 0% 50%}
}
@-moz-keyframes Gradient {
0% {background-position: 0% 50%}
50% {background-position: 100% 50%}
100% {background-position: 0% 50%}
}
@keyframes Gradient {
0% {background-position: 0% 50%}
50% {background-position: 100% 50%}
100% {background-position: 0% 50%}
}