body{
    background-color: rgb(18, 30, 31);
    background-image: url("background6.png");
    background-repeat: repeat-y;
    background-size: 100%;
    color: #e0f3f3
}

.buttons2{
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 2rem;
}


.aboutMe_worksbutton img{
    width: 80%;
}

.works_worksbutton img{
    width: 80%;
}

.nameUNI {
    display: flex;
    justify-content:end;
    padding-right: 24rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .nameUNI img{
   width: 30%;
  }

p {
    font-size: 100px;
    padding-left: 5rem;
    padding-right: 5rem;
 }   
p a {
    text-decoration: none;
    color: #e0f3f3;

}


#container{
  display: flex;
  justify-content: center;
}
.buttons3{
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-bottom: 2rem;
    padding-top: 4rem;
}

/* .gifs img {
width: 50%;
} */
  
@media (max-width:412px) {
    .row img{
        justify-content: center;
        width: 300px;
    }
.nameUNI {
     /* justify-content: center;  */
     padding-left: 20rem;
  }
  .nameUNI img {
    width: 300px;
  }
  .buttons3 {
       flex-direction: column;
    justify-content: center;
    align-items:unset;
    justify-items: unset;
    padding: unset;
  }
  .buttons3 img {
width: 300px;}
}