body {
background-color: rgb(31, 31, 31);
color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
transition: all;
transition-duration: 150ms;
transition-delay: 0ms;
}

nav {
margin: auto;
 background-color: black;
width: 95vw;
height: 5rem;
border-radius: 1rem;
  box-shadow: 10px 10px 5px rgb(34, 34, 34);

  justify-content: center;
  align-self: center;
display: flex;

}

nav img {

width: auto;
max-height: 5rem;
}

nav :hover {
    scale: 110%;
}

main {
    margin: auto;
    text-align: center;
  background-color: rgb(22, 22, 22);
  border-radius: 1rem;
  width: 65vw;
  min-height: 100vh;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000000;
}


::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3rem;
}


::-webkit-scrollbar-thumb:hover {
  background: #555;
}
nav a {
margin-left: 10px;
margin-top: auto;
margin-bottom: auto;
font-size: xx-large;
color: rgb(80, 209, 209);


text-align: center;
}

main a {


font-size: x-large;
color: rgb(80, 209, 209);


text-align: center;
}
main a :hover {

    scale: 110%;
}

main p {
    text-align: center;
    margin: auto;
    max-width: 65%;
}


.scroll-img {
    display: flex; flex-wrap: nowrap; 
    overflow-x: scroll;
  
  align-self: center;
}
.scroll-img img {
      justify-content: center;
        align-self: center;
border-radius: 3rem;
margin-left: 10px; 
width: fit-content;
height: fit-content;
}

.prjcts {
   display: flex; flex-wrap: nowrap; 
    overflow-x: scroll;
  
  align-self: center;
}

.prjct {

    display: flex;
    flex-direction: column;
     justify-content: center;
        align-self: center;
background-color: black;
border-radius: 1rem;
width: 15rem;
height: 15rem;
text-align: center;
margin: auto;
overflow: hidden;

}

.prjct img {
         justify-content: center;
        align-self: center;
    width: 10rem;
    height: auto;
}

.prjct h1 {
         justify-content: center;
        align-self: center;
    max-height: fit-content;
    position: relative;
    margin-top: 0%;
}