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;
    padding-bottom: 5rem;
}


.aboutMe_worksbutton img{
    width: 80%;
}

.works_worksbutton img{
    width: 80%;
}


.uni{

    display:flex;
    justify-content: end;
    /* justify-items: end; */
}


.uni_work_button{ 
    display: flex;
    margin-top: 6;
   padding-right: 15rem;
   padding-top: 8rem;
    /* padding-top: 13rem;
    padding-right: 25rem; */
    transform: rotate(12deg);
}


.sketch1 img {
    display: flex;
    padding-top: 5rem;
    padding-bottom: 7rem;
    padding-left: 15rem;
    width: 600px;
}

.own_art_button{
    display: flex;
    padding-left: 25rem;
    padding-top: 6rem;
   
    transform: rotate(-12deg);
}

.own_art_button a {
    color: #e0f3f3;
    text-decoration: none;
}

.uni a {
    color: #e0f3f3;
    text-decoration: none;
}

p{
    font-size: 30px;
    padding-left: 5rem;
    padding-right: 5rem;
}

@media (max-width:412px) {
   .uni_work_button{
 padding: unset;
        justify-content: center;
        width: 50px;
   }
   .uni{
    justify-content: center;
    padding-bottom: 3rem;
}
.uni img{
    width: 150px;
}
.uni p{
    padding: unset;
    font-size: 20px;
    padding-right: 2rem;
}
.sketch1 img {
    padding: unset;
       justify-content: center;
       width: 250px;
}


.own_art_button{
     padding: unset;
      justify-content: center;
         width: 50px;
         padding-top: 3rem;
         padding-left: 10rem;
}

.own_art_button img{
    width: 150px;
}
.own_art_button p{
     padding: unset;
    font-size: 15px;
    padding-left: 2rem;
}
}
