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

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

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

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

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

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


a{
  text-decoration: none;
}

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));

}
  
.headerRight{
    display: flex;
  }

.logo{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: #ffffff;
}

.aboutLink{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: #ffffff;
padding-right:25px
}

i {
    color: #ffffff;
  }

.topPart{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 220px;
  color: #ffffff;
}

.name{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 80px;

}

.container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  flex-direction: column;
  height: 100vh; /* Set height to full viewport height */
}

.line {
  margin-top:20px;
  border:none;
  background-color: #ffffff;
  height:0px
}

.resume{
  font-size: 30px;
  text-decoration: underline;
  color: #ffffff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.icons{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color:rgb(255, 255, 255);
}

.bottom{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  margin-top: 50px;
  font-family: SF pro;
  color: #ffffff;
}

.aboutMe{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paragraph{
  width:60%;
  margin-bottom: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}



@media screen and (max-width: 1460px){
  
  .imageCropper{
    margin-top: 0;
  }
  .paragraph{
    width:90%;
    margin-bottom: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  }

@media screen and (max-width:800px) {
  .topPart{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 27vh;
    
  }
}