.iceland-regular {
  font-family: "Iceland", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Iceland", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: white;
  line-height: 1.6;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  -webkit-scrollbar { display: none; } /* Chrome, Safari and Opera */
  overflow-y: scroll;
}
header {
  background-color: #00bbff41;
  backdrop-filter: blur(15px);
  color: white;
  padding: 5px 10px;
  position: fixed;
  top: -13px;
  width: 100%;
  align-items: last baseline;
  display: grid;
  justify-content: space-evenly;
  height: 15%;
  min-height: 120px;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
  margin-right: 20px;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
#Home {
  background: linear-gradient(to bottom, #00bbff30,  #000000);
  margin: 0;
  height: 300%;
  min-height: 150vh;
}
#CubeRun {
  background: linear-gradient(to bottom, #00bbff30,  #000000);
  margin: 0;
  height: 300%;
  min-height: 150vh;
}
#DevLog {
  background: linear-gradient(to bottom, #00bbff30,  #000000);
  margin: 0;
  height: 300%;
  min-height: 150vh;
}
#About {
  background: linear-gradient(to bottom, #00bbff30,  #000000);
  margin: 0;
  height: 300%;
  min-height: 150vh;
}
#Contact {
  background: linear-gradient(to bottom, #00bbff30,  #000000);
  margin: 0;
  height: 300%;
  min-height: 150vh;
}
.Navigation{
  justify-content: space-evenly; 
  align-items: space-evenly; 
  width: 100%;
  background-color: #ffffff60;
  display: flex; 
  flex-direction: column; 
  right: 0;
  position: fixed;
  top: 100%;
  box-shadow: 0 0 20px #00bbff30;
  text-align: center;
  z-index: 1000;
  font-family: "Iceland", Arial, sans-serif;
  font-size: 14px;
}
.Section {
  padding: 20px;
  margin: 20px;
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  border-radius: 10px;
  box-shadow: 15px 15px 10px #ffffff30;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ffffff50;
  border-Left: 1px solid #ffffff50;
}
button{
  background-color: #ffffff40;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 5px 10px;
  text-decoration: none;
}
.imgSec
{
  width: 90.7%; max-width: 1000px;
  align-self: center; justify-self: space-evenly; border-radius: 10px;
  max-height: 600px;
}
.secText
{
  text-align: center; 
  font-size: 400%;
  text-decoration: none; 
  color: white;
  font-weight: bolder;
  font-family: "Iceland", Arial, sans-serif;
}
.secPara{
  text-align: center; 
  font-size: 300%;
  text-decoration: none; 
  color: hsl(0, 0%, 70%);
  font-weight: bolder;
  font-family: "Iceland", Arial, sans-serif;
  text-decoration: none;
  list-style: none;
}
p{
  color: hsl(0, 0%, 70%);
  text-align: center;
}