img{
    margin: 0 auto;
    border-style: outset;
    border-radius: 38px;
    border-width: 24px;
    border-color: black;
     background: linear-gradient(to right, rgb(0, 0, 0), rgb(184, 98, 22));
     width: 500px; height: auto;
     padding: 2px;
     animation: 0.5s linear 0s 1 running myFrameDash;
 display:block;
 position:relative
}

#youtube{
    margin-right: 0 auto;
    border-style: outset;
    border-radius: 8px;
    border-width: 5px;
    border-color: black;
     background: linear-gradient(to right, rgb(0, 0, 0), rgb(184, 98, 22));
     height: 15vw;
    width: 17vw;
    min-width: 110px;
    min-height: 92px;
    max-width: 140px;
    max-height: 117px;
     padding: 2px;
     animation: 0.5s linear 0s 1 running myFrameDash;
 display:block;
 position:relative
}
#Tiktok{
    margin: 0 auto;
    border-style: outset;
    border-radius: 8px;
    border-width: 5px;
    border-color: black;
     background: linear-gradient(to right, rgb(0, 0, 0), rgb(184, 98, 22));
     height: 17vw;
    width: 17vw;
    min-width: 110px;
    min-height: 100px;
    max-width: 140px;
    max-height: 130px;
     padding: 2px;
     animation: 0.5s linear 0s 1 running myFrameDash;
 display:block;
 position:relative
}