*{
  margin:0;
  padding:5px;
}

.background{
  height:100vh;
  width:100vw;
  z-index:-10;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  top:0;
  left:0;
  padding:0;
}

.blurlayer{
  z-index: -1;
  height:100vh;
  width: 100vw;
  background-color: #0000006f;
  position:fixed;
  top:0;
  left:0;
  padding:0;
}

::-webkit-scrollbar {
width: 0px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background: transparent;
}

::-webkit-scrollbar-track {
background: transparent;
}


header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
padding: 10px; /* Add padding as needed */
background: linear-gradient(rgba(0, 0, 0, 0.386) 30%,rgba(103, 99, 99, 0.131),rgba(255, 255, 255, 0));

}

.logo{
font-family: Blacksword;
color: #ffffff;
}

.aboutLink{
font-family: Blacksword;
color: #ffffff;
padding-right:25px
}

i {
    color: #ffffff;
  }

a{
    text-decoration: none;
}

.landingPage{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 80px;
    height:100vh;
    color:white;
}

.title{
    font-family: Blacksword;
    font-size: 70px;
}

.description{
    font-family: SF pro;
    max-width: 1100px;
}

.firstRow{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.slimPic{
    height:480px;
}

.longPic{
    width:850px;
}

.secondRow{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1550px){
.firstRow{
    flex-direction: column;
}
}