@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    display: flex;
    flex-direction: column;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;

    margin: 0px;
}


.banner {
    height: 54vw;
    background-image: url('./../resources/background.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.shadow {
    display: flex;
    flex-direction: column;
    background: linear-gradient(#00000066, #38383866);
    width: 100%;
    height: 100%;

    gap: 1vw;
    align-items: center;
    justify-content: center;
}

@media (min-width: 0px){
    .project-shadow{
        display: grid;
        border-radius: 0.3vw;

        padding: 1vw;

        background: linear-gradient(#38383822, #00000066);
        width: calc(100% - 2vw);
        height: calc(100% - 2vw);

    }
}

@media (min-width: 800px){
    .project-shadow{
        display: grid;
        border-radius: 0.3vw;

        padding: 1vw;

        background: #38383844;
        width: calc(100% - 2vw);
        height: calc(100% - 2vw);

        transition: 0.3s ease-out;
    }

    .project-shadow:hover{
        background: #38383800;
    }
}




@media (min-width: 0px){
  .content-container{
      display: grid;
      grid-auto-columns: repeat (12, auto);
      padding: 1.5vw;
      gap: 1.5vw;
  }
}

@media (min-width: 600px) and (orientation: landscape){
  .content-container{
      display: grid;
      grid-auto-columns: repeat (12, auto);
      padding: 1vw;
      gap: 1vw;
  }
}@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

 body {
     display: flex;
     flex-direction: column;

     font-family: "Inter", sans-serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
     color: white;

     margin: 0px;
 }

 header {
     height: 2vw;
     background: black;
     display: flex;
     align-items: center;
     padding: 2vw;
 }

 footer{
   height: 8vw;
   background: black;
   display: flex;
   padding: 2vw;

   align-items:center;
 }

 .logo {
     cursor: pointer;
     font-weight: 600;
     font-size: 2vw;
 }

 .navigation{
     display: flex;
     margin-left: auto;
     gap: 1.2vw;

     font-weight: 600;
     font-size: 1.2vw;
 }

 .banner {
     height: 54vw;
     background-image: url('./../resources/background.gif');
     background-repeat: no-repeat;
     background-size: 100% 100%;
 }

 .shadow {
     display: flex;
     flex-direction: column;
     background: linear-gradient(#00000066, #38383866);
     width: 100%;
     height: 100%;

     gap: 1vw;
     align-items: center;
     justify-content: center;
 }

 @media (min-width: 0px){
     .project-shadow{
         display: grid;
         border-radius: 0.3vw;

         padding: 1vw;

         background: linear-gradient(#38383822, #00000066);
         width: calc(100% - 2vw);
         height: calc(100% - 2vw);

     }
 }

 @media (min-width: 800px){
     .project-shadow{
         display: grid;
         border-radius: 0.3vw;

         padding: 1vw;

         background: #38383844;
         width: calc(100% - 2vw);
         height: calc(100% - 2vw);

         transition: 0.3s ease-out;
     }

     .project-shadow:hover{
         background: #38383800;
     }
 }


 .info{
     background: black;
     height: fit-content;
     padding: 4vw;

     font-weight: 300;
     font-size: 1.5vw;
 }



 .project {
     border-radius: 0.3vw;
 }




 .reactions-container{
     margin-left: auto;
     margin-top: auto;
 }

 .authors-container{
    grid-column: 1;
    grid-row: 1;

    display: flex;
    gap: 0.8vw;

    margin-right: auto;
    margin-top: auto;
 }

 .permission{
     width: 40vw;
     margin-left: auto;
     margin-right: 1vw;
     font-weight: 300;
     font-size: 1vw;
 }


.project {
    border-radius: 0.3vw;
}


.reactions-container{
    margin-left: auto;
    margin-top: auto;
}

.authors-container{
   grid-column: 1;
   grid-row: 1;

   display: flex;
   gap: 0.8vw;

   margin-right: auto;
   margin-top: auto;
}
