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

.buttons{
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%;
}

#container{
  display: flex;
  justify-content: center;
}

.name2d3d {
  display: flex;
  justify-content:end;
  padding-right: 24rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.name2d3d img{
 width: 30%;
}

@media (max-width:412px) {
    .row img{
        justify-content: center;
        width: 300px;
    }

    .name2d3d {
     /* justify-content: center;  */
     padding-left: 20rem;
  }
  .name2d3d img {
    width: 300px;
  }
}
